]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix a bug pointed out by Sergei Datsenko.
authorTed Lemon <source@isc.org>
Thu, 25 Jan 2001 08:41:19 +0000 (08:41 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Jan 2001 08:41:19 +0000 (08:41 +0000)
configure

index fbc05642d63e50de0b67eb546948ab976c336ade..63ca076f9d1b1cadb9a8415bc9a290c33ec377e1 100755 (executable)
--- 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 \