Index: openacs-dist/create-package.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-dist/create-package.sh,v diff -u -r1.2 -r1.3 --- openacs-dist/create-package.sh 13 Sep 2006 22:41:25 -0000 1.2 +++ openacs-dist/create-package.sh 20 Oct 2006 18:34:21 -0000 1.3 @@ -3,7 +3,7 @@ # Written by Dirk Gomez (openacs@dirkgomez.de) on 11-Sep-2006 # License: GPL -if ! -d debian/debian/var/www/www ; then +if [ ! -d debian/debian/var/www/www ]; then echo "You need to put a .LRN or OpenACS checkout into debian/debian/var/www/. " exit 1 fi