be consistent
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 23 Mar 2009 22:02:59 +0000 (22:02 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 23 Mar 2009 22:02:59 +0000 (22:02 +0000)
build.common

index c44f146..7228ebe 100644 (file)
@@ -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