From: Thierry Parmentelat Date: Mon, 23 Mar 2009 22:02:59 +0000 (+0000) Subject: be consistent X-Git-Tag: 4.3-rc1~72 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=292e50d669ffb9820c71dda7b51111b40096cb87;p=build.git be consistent --- diff --git a/build.common b/build.common index c44f1461..7228ebee 100644 --- a/build.common +++ b/build.common @@ -578,7 +578,7 @@ function pl_locateDistroFile () { pkgspath="" # if config dir is missing but a .svnpath exists - if [ -f "$builddir/config.${pldistro}.svpath" && ! -d $builddir/config.${pldistro} ] ; then + if [ -f "$builddir/config.${pldistro}.svpath" && ! -d "$builddir/config.${pldistro}" ] ; then make -C $builddir stage1=true config.${pldistro} fi # locate it