[zpkg] configure.in
Yoshito Komatsu
ykomatsu at akaumigame.org
Wed Jan 4 18:25:48 EST 2006
Hello, I'm Yoshito Komatsu.
I would like to commit a patch
to solve the following issue about test command.
http://www.zope.org/Collectors/Zope3-dev/515
Are there any problems with committing it?
>--- configure.in.orig 2006-01-05 08:13:52.000000000 +0900
>+++ configure.in
>@@ -211,7 +211,7 @@ else
> 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."
Regards,
--
Yoshito Komatsu <ykomatsu at akaumigame.org>
More information about the zpkg
mailing list