Index: openacs-dist/create-package.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-dist/create-package.sh,v diff -u -N -r1.4 -r1.5 --- openacs-dist/create-package.sh 20 Oct 2006 18:39:20 -0000 1.4 +++ openacs-dist/create-package.sh 20 Oct 2006 20:21:14 -0000 1.5 @@ -8,6 +8,9 @@ exit 1 fi +echo "Removing CVS directories" +find . -name "CVS" -exec rm {} \; + echo "Setting the permissions on the package shell scripts" chmod 755 debian/debian/DEBIAN/control debian/debian/DEBIAN/postinst debian/debian/DEBIAN/prerm chown -R root:root debian/debian/DEBIAN/control debian/debian/DEBIAN/postinst debian/debian/DEBIAN/prerm