From: Ted Lemon Date: Thu, 25 Jan 2001 08:41:19 +0000 (+0000) Subject: Fix a bug pointed out by Sergei Datsenko. X-Git-Tag: V3-BETA-2-PATCH-15~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a79d60da23600a6ee5e000caeed11dbe33ee647c;p=thirdparty%2Fdhcp.git Fix a bug pointed out by Sergei Datsenko. --- diff --git a/configure b/configure index fbc05642d..63ca076f9 100755 --- a/configure +++ b/configure @@ -173,7 +173,7 @@ if [ ! -d $workname ]; then fi for foo in . client server relay common omapip dhcpctl minires; do - if [ ! -d work.${sysname}/$foo ]; then + if [ ! -d ${workname}/$foo ]; then mkdir ${workname}/$foo fi (sed $majversubst $minversubst \