mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-09-19 02:22:21 +08:00
fix: truncate on control file creation for repeated runs.
This commit is contained in:
parent
22a319014d
commit
aaedef8b83
@ -176,7 +176,7 @@ DEB_INSTALL_SIZE=(`du -s ./deb-contents/`)
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo "create control file..."
|
echo "create control file..."
|
||||||
echo "Package: additional-base-lib" >> ./deb-contents/DEBIAN/control
|
echo "Package: additional-base-lib" > ./deb-contents/DEBIAN/control
|
||||||
echo "Version: $GLIBC_VERSION-$ABL_VERSION" >> ./deb-contents/DEBIAN/control
|
echo "Version: $GLIBC_VERSION-$ABL_VERSION" >> ./deb-contents/DEBIAN/control
|
||||||
echo "Section: utils" >> ./deb-contents/DEBIAN/control
|
echo "Section: utils" >> ./deb-contents/DEBIAN/control
|
||||||
echo "Priority: optional" >> ./deb-contents/DEBIAN/control
|
echo "Priority: optional" >> ./deb-contents/DEBIAN/control
|
||||||
|
Loading…
x
Reference in New Issue
Block a user