summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk
diff options
context:
space:
mode:
authorgrant <grant>2004-03-27 07:54:34 +0000
committergrant <grant>2004-03-27 07:54:34 +0000
commit004758ee93cc605cfce33c8a9ae349454615f278 (patch)
tree8ffd8a6beba55932ed113ac4f51035e6b202f48d /pkgtools/pkg_chk
parent86faae3f6e2ea7cd8190272909c4d7e77e006410 (diff)
downloadpkgsrc-004758ee93cc605cfce33c8a9ae349454615f278.tar.gz
pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchk
Diffstat (limited to 'pkgtools/pkg_chk')
-rwxr-xr-xpkgtools/pkg_chk/files/pkg_chk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/files/pkg_chk.sh b/pkgtools/pkg_chk/files/pkg_chk.sh
index 85689061f7f..f727ab0405d 100755
--- a/pkgtools/pkg_chk/files/pkg_chk.sh
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
-# $Id: pkg_chk.sh,v 1.1.1.1 2004/03/27 00:02:37 wiz Exp $
+# $Id: pkg_chk.sh,v 1.2 2004/03/27 07:54:34 grant Exp $
#
# TODO: Handle updates with dependencies via binary packages
@@ -166,7 +166,7 @@ extract_variables()
# as well as AWK, GREP, SED, PKGCHK_TAGS and PKGCHK_NOTAGS
#
- cd $PKGSRCDIR/pkgtools/pkgchk
+ cd $PKGSRCDIR/pkgtools/pkg_chk
extract_make_vars AWK GREP SED PACKAGES PKG_INFO PKG_ADD PKG_DELETE \
PKGCHK_CONF PKGCHK_TAGS PKGCHK_NOTAGS