diff --git a/make-deb.sh b/make-deb.sh index ab19f2935129eaaa77f2ac47eeb3f32ca35a2b89..68c1cb284bc40a7aad74a8bac44f25a369df71de 100755 --- a/make-deb.sh +++ b/make-deb.sh @@ -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