pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk/files pkg_chk now lives in pkgtools/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fefe5ecb2993
branches:  trunk
changeset: 471346:fefe5ecb2993
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Mar 27 07:54:34 2004 +0000

description:
pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchk

diffstat:

 pkgtools/pkg_chk/files/pkg_chk.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r fb8247c626ac -r fefe5ecb2993 pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Sat Mar 27 04:22:55 2004 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Sat Mar 27 07:54:34 2004 +0000
@@ -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 @@
     # 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
 



Home | Main Index | Thread Index | Old Index