]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Test for work.sysname, not just sysname.
authorTed Lemon <source@isc.org>
Sat, 24 Jun 2000 05:49:24 +0000 (05:49 +0000)
committerTed Lemon <source@isc.org>
Sat, 24 Jun 2000 05:49:24 +0000 (05:49 +0000)
configure

index 7aaf02a70bb40bfa8873c47634f9fa1b39e9875f..a749d5a8355f46c65988e790b78c9c9eb8892318 100755 (executable)
--- a/configure
+++ b/configure
@@ -126,7 +126,7 @@ if [ x$major != x ] && [ x$minor != x ]; then
   minversubst="-e /^##--minver--/,/^##--minver--/s/MinorVersion/$minor/"
 fi
 
-if [ ! -d ${sysname} ]; then
+if [ ! -d work.${sysname} ]; then
   mkdir work.$sysname
 fi