mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-07-09 07:26:00 +08:00
!1 Fix: truncate control file for repeated runs ~~feat: add Provide field in deb~~
Merge pull request !1 from ZhongYic/master
This commit is contained in:
commit
9cca9d7e7b
@ -176,7 +176,7 @@ DEB_INSTALL_SIZE=(`du -s ./deb-contents/`)
|
||||
|
||||
echo
|
||||
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 "Section: utils" >> ./deb-contents/DEBIAN/control
|
||||
echo "Priority: optional" >> ./deb-contents/DEBIAN/control
|
||||
|
Loading…
x
Reference in New Issue
Block a user