summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-14 14:30:21 +0000
committerjlam <jlam>2006-07-14 14:30:21 +0000
commitdc4de34ee747f6460752493bd39e2cf69b07066a (patch)
treeb68eb7451bdd91cfeabc07a74e410cc85bbb3c04 /bootstrap
parenta421d471a443514f65c414b2608e0eed69dd1749 (diff)
downloadpkgsrc-dc4de34ee747f6460752493bd39e2cf69b07066a.tar.gz
Fix TOOLS_PLATFORM.tar definition (cut and paste bug).
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index bb371cffa86..6e30c8ea596 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.57 2006/07/14 14:27:00 jlam Exp $
+# $NetBSD: bootstrap,v 1.58 2006/07/14 14:30:21 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -785,7 +785,7 @@ yes) echo_msg "Installing pax"
copy_src ../archivers/pax/files pax
run_cmd "(cd $wrkdir/pax; env $BSTRAP_ENV CPPFLAGS='$CPPFLAGS -I../libnbcompat' LDFLAGS='$LDFLAGS -L../libnbcompat' LIBS='-lnbcompat' $shprog ./configure -C --prefix=$prefix --mandir=$mandir --sysconfdir=$sysconfdir && $bmake && $bmake install)"
echo "TOOLS_PLATFORM.pax?= $prefix/bin/pax" >> ${MKCONF_EXAMPLE}
- echo "TOOLS_PLATFORM.tar?= $prefix/bin/pax" >> ${MKCONF_EXAMPLE}
+ echo "TOOLS_PLATFORM.tar?= $prefix/bin/tar" >> ${MKCONF_EXAMPLE}
pkg_install_args="$pkg_install_args --with-pax=$prefix/bin/pax --with-tar=$prefix/bin/tar"
;;
*)