From: Ted Lemon Date: Sat, 24 Jun 2000 05:49:24 +0000 (+0000) Subject: Test for work.sysname, not just sysname. X-Git-Tag: V3-BETA-2-PATCH-1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1bd9d07993d0c3a5345636fc73a0c0a5bbfd000;p=thirdparty%2Fdhcp.git Test for work.sysname, not just sysname. --- diff --git a/configure b/configure index 7aaf02a70..a749d5a83 100755 --- 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