summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-14 19:40:26 +0000
committerjlam <jlam@pkgsrc.org>2006-07-14 19:40:26 +0000
commit9c75370cb9a1414a1da46061a88bba93e68d6e68 (patch)
tree375a24e3dfc77c312e659b077fd41d266a323fcb
parent4660c9f359108cb23813a40e988fce8627a68725 (diff)
downloadpkgsrc-9c75370cb9a1414a1da46061a88bba93e68d6e68.tar.gz
Use pkgtools/pax when registering the bootstrap pax.
-rwxr-xr-xbootstrap/bootstrap4
-rwxr-xr-xbootstrap/mkbootstrapkit3
2 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 4dd2427f180..d133f0b4088 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.62 2006/07/14 17:55:56 jlam Exp $
+# $NetBSD: bootstrap,v 1.63 2006/07/14 19:40:26 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -842,7 +842,7 @@ case "$need_mtree" in
yes) run_cmd "(cd ../pkgtools/mtree && $bmake MAKECONF=${MKCONF_EXAMPLE} LIBNBCOMPAT_STYLE=inplace bootstrap-register)" ;;
esac
case "$need_pax" in
-yes) run_cmd "(cd ../archivers/pax && $bmake MAKECONF=${MKCONF_EXAMPLE} LIBNBCOMPAT_STYLE=inplace bootstrap-register)" ;;
+yes) run_cmd "(cd ../pkgtools/pax && $bmake MAKECONF=${MKCONF_EXAMPLE} LIBNBCOMPAT_STYLE=inplace bootstrap-register)" ;;
esac
run_cmd "(cd ../pkgtools/pkg_install && $bmake MAKECONF=${MKCONF_EXAMPLE} LIBNBCOMPAT_STYLE=inplace bootstrap-register)"
diff --git a/bootstrap/mkbootstrapkit b/bootstrap/mkbootstrapkit
index 7967359c32a..054bc2b717a 100755
--- a/bootstrap/mkbootstrapkit
+++ b/bootstrap/mkbootstrapkit
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: mkbootstrapkit,v 1.3 2006/07/14 17:58:26 jlam Exp $
+# $NetBSD: mkbootstrapkit,v 1.4 2006/07/14 19:40:26 jlam Exp $
#
# Usage: mkbootstrapkit [kitdir]
#
@@ -29,6 +29,7 @@ for dir in \
pkgtools/digest \
pkgtools/libnbcompat \
pkgtools/mtree \
+ pkgtools/pax \
pkgtools/pkg_install \
textproc/nbsed
do