]> arthur.barton.de Git - netatalk.git/blobdiff - distrib/debian/cvs2deb.sh
The file I used to check if we are in the main netatalk source directory
[netatalk.git] / 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