From 292e50d669ffb9820c71dda7b51111b40096cb87 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 23 Mar 2009 22:02:59 +0000 Subject: [PATCH] be consistent --- build.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2