Index: openacs-dist/create-package.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-dist/create-package.sh,v diff -u -r1.6 -r1.7 --- openacs-dist/create-package.sh 20 Oct 2006 20:22:31 -0000 1.6 +++ openacs-dist/create-package.sh 20 Oct 2006 22:21:58 -0000 1.7 @@ -15,8 +15,8 @@ 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 -echo "Setting OpenACS' ownership to www-data. We may want to set proper permissions here in the future." -chown -R www-data:www-data debian/debian/var/www +echo "Setting OpenACS' ownership to root data. The package's postinst script will set the owner to dotlrn." +chown -R root:root debian/debian/var/www rm debian/debian/var/www/put-your-distro-here echo "Building the debian package"