Log message for revision 41299:
  Replaced test command "-e" option with "-d" option.
  

Changed:
  U   zpkgtools/trunk/zpkgtools/appsupport/configure.in

-=-
Modified: zpkgtools/trunk/zpkgtools/appsupport/configure.in
===================================================================
--- zpkgtools/trunk/zpkgtools/appsupport/configure.in   2006-01-13 14:41:58 UTC 
(rev 41298)
+++ zpkgtools/trunk/zpkgtools/appsupport/configure.in   2006-01-13 15:10:42 UTC 
(rev 41299)
@@ -211,7 +211,7 @@
     out ""
 fi
 
-if [ -e "$prefix" -a ! "$FORCE_APP_HOME" ] ; then
+if [ -d "$prefix" -a ! "$FORCE_APP_HOME" ] ; then
     echo 2>&1 "Installation directory $prefix already exists."
     echo 2>&1 "Specify a directory that isn't being used, or"
     echo 2>&1 "use --force to use it anyway."

_______________________________________________
zpkg mailing list -- zpkg@zope.org
http://mail.zope.org/mailman/listinfo/zpkg

Reply via email to