[zpkg] SVN: zpkgtools/trunk/zpkgtools/appsupport/configure.in
Replaced test command "-e" option with "-d" option.
Yoshito Komatsu
ykomatsu at akaumigame.org
Fri Jan 13 10:10:43 EST 2006
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."
More information about the zpkg
mailing list