summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpkgtools/url2pkg/files/url2pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg
index ef842174589..866b139a410 100755
--- a/pkgtools/url2pkg/files/url2pkg
+++ b/pkgtools/url2pkg/files/url2pkg
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.9 2000/04/03 12:52:28 hubertf Exp $
+# $NetBSD: url2pkg,v 1.10 2000/06/15 21:38:01 hubertf Exp $
#
# url2pkg
# (c) 1999 Hubert Feyrer
@@ -97,7 +97,7 @@ fi
configure=`echo w*`/$wrksrc/configure
echo checking $configure XXX
if [ -f $configure ]; then
- if expr 2>&1 >/dev/null "`$configure --version`" \
+ if expr 2>&1 >/dev/null "`cd w*/$wrksrc ; $configure --version`" \
: 'configure generated by autoconf version.*' ; then
GNU_CONFIGURE=YES
else