]> arthur.barton.de Git - netatalk.git/commitdiff
The file I used to check if we are in the main netatalk source directory
authorsrittau <srittau>
Wed, 7 Mar 2001 22:40:07 +0000 (22:40 +0000)
committersrittau <srittau>
Wed, 7 Mar 2001 22:40:07 +0000 (22:40 +0000)
has vanished. Use a different one.

distrib/debian/cvs2deb.sh

index 286614d12b87edb21603520919e6b86570f9ed4f..74cfd839818afc7b82998f2fbe5ee9de82c302dd 100755 (executable)
@@ -6,7 +6,7 @@ set -e
 
 debiandir=distrib/debian
 
-if test ! -e README.ASUN; then
+if test ! -d libatalk; then
   echo "Not in netatalk directory"
   exit 1
 fi