pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Fix TOOLS_PLATFORM.tar definition (cut and p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84f4cf9c8e78
branches:  trunk
changeset: 516106:84f4cf9c8e78
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 14 14:30:21 2006 +0000

description:
Fix TOOLS_PLATFORM.tar definition (cut and paste bug).

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e07549794ac0 -r 84f4cf9c8e78 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Jul 14 14:27:00 2006 +0000
+++ b/bootstrap/bootstrap       Fri Jul 14 14:30:21 2006 +0000
@@ -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 @@
        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"
        ;;
 *)



Home | Main Index | Thread Index | Old Index