diff options
author | hubertf <hubertf> | 2002-10-14 15:28:42 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-10-14 15:28:42 +0000 |
commit | 3225cc47af321719ad2a36d0dd7e7c0725d7f54a (patch) | |
tree | 6967da8496cd4d3c92adedae413f22574be9b28a | |
parent | 108bdbabd9bc45345d036721c34012066782e922 (diff) | |
download | pkgsrc-3225cc47af321719ad2a36d0dd7e7c0725d7f54a.tar.gz |
Update pkg_tarup to 1.2. Changes:
find pkg_create etc. on Solaris etc.
Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | pkgtools/pkg_tarup/Makefile | 5 | ||||
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4be473a9c43..250289fa693 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.252 2002/10/14 12:15:05 skrll Exp $ +$NetBSD: CHANGES,v 1.253 2002/10/14 15:28:42 hubertf Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3256,3 +3256,4 @@ Changes to the packages collection and infrastructure in 2002: Updated kdelibdocs to 3.0.4 [skrll 2002-10-14] Updated kde to 3.0.4 [skrll 2002-10-14] Updated pth to 1.4.1nb3 [skrll 2002-10-14] + Updated pkg_tarup to 1.2 [hubertf 2002-10-14] diff --git a/pkgtools/pkg_tarup/Makefile b/pkgtools/pkg_tarup/Makefile index 5be7ca18bda..7f12c5f4783 100644 --- a/pkgtools/pkg_tarup/Makefile +++ b/pkgtools/pkg_tarup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2002/10/07 14:43:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/14 15:28:43 hubertf Exp $ -DISTNAME= pkg_tarup-1.1 +DISTNAME= pkg_tarup-1.2 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -22,6 +22,7 @@ SCRIPT_SUBST+= AWK=${AWK} \ PKG_DBDIR=${PKG_DBDIR} \ PKG_SUFX=${PKG_SUFX} \ PREFIX=${PREFIX} \ + PKG_TOOLS_BIN=${PKG_TOOLS_BIN} \ SH=${SH} \ SU=${SU} diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup index 55cb3e828ca..6a257c9eb19 100644 --- a/pkgtools/pkg_tarup/files/pkg_tarup +++ b/pkgtools/pkg_tarup/files/pkg_tarup @@ -1,13 +1,13 @@ #! ${SH} # -# $Id: pkg_tarup,v 1.6 2002/10/07 14:43:08 hubertf Exp $ +# $Id: pkg_tarup,v 1.7 2002/10/14 15:28:43 hubertf Exp $ # # Tar up installed package # # (c) Copyright 2000-2002 Hubert Feyrer <hubert@feyrer.de> # -PATH=/sbin:/usr/sbin:/bin:/usr/bin:${PREFIX}/sbin:${PREFIX}/bin +PATH=/sbin:/usr/sbin:/bin:/usr/bin:${PREFIX}/sbin:${PREFIX}/bin:${PKG_TOOLS_BIN} if [ `${ID} -u` != 0 ]; then ${ECHO} "Becoming root@`/bin/hostname` to create a binary package" |