diff options
author | abs <abs> | 2005-02-09 09:50:26 +0000 |
---|---|---|
committer | abs <abs> | 2005-02-09 09:50:26 +0000 |
commit | 295318301a73fd6b35d7c7a10b77f492b592d9e3 (patch) | |
tree | 21fa469b95737c49711fa2e00729d920d6188969 /pkgtools/pkg_chk/files/pkg_chk.sh | |
parent | bba1ab2cc304af4bfaa6cbf8e8c0a05e32faed6e (diff) | |
download | pkgsrc-295318301a73fd6b35d7c7a10b77f492b592d9e3.tar.gz |
Update pkg_chk to 1.55
Update the final ${PKG_INFO} working on files to include -.
Diffstat (limited to 'pkgtools/pkg_chk/files/pkg_chk.sh')
-rwxr-xr-x | pkgtools/pkg_chk/files/pkg_chk.sh | 4 |
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 54fda8deba4..9f2d9c00bde 100755 --- a/pkgtools/pkg_chk/files/pkg_chk.sh +++ b/pkgtools/pkg_chk/files/pkg_chk.sh @@ -1,6 +1,6 @@ #!@SH@ -e # -# $Id: pkg_chk.sh,v 1.11 2005/02/01 20:44:48 wiz Exp $ +# $Id: pkg_chk.sh,v 1.12 2005/02/09 09:50:26 abs Exp $ # # TODO: Handle updates with dependencies via binary packages @@ -164,7 +164,7 @@ fatal_maybe() get_build_ver() { if [ -n "$opt_b" -a -z "$opt_s" ] ; then - ${PKG_INFO} -b $PACKAGES/$PKGNAME.tgz | tail +4 | ${SED} "s|^[^:]*/[^:]*:||" | ${GREP} . + ${PKG_INFO} -. -b $PACKAGES/$PKGNAME.tgz | tail +4 | ${SED} "s|^[^:]*/[^:]*:||" | ${GREP} . return fi files="" |