diff --git a/make-deb.sh b/make-deb.sh
index ab19f29..68c1cb2 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