pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Interix: Install xargs script in $wrkdir, no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01646a7a7924
branches: trunk
changeset: 531731:01646a7a7924
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Aug 05 16:12:15 2007 +0000
description:
Interix: Install xargs script in $wrkdir, not $prefix, for bootstrapping.
diffstat:
bootstrap/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c7c5343df643 -r 01646a7a7924 bootstrap/bootstrap
--- a/bootstrap/bootstrap Sun Aug 05 16:09:13 2007 +0000
+++ b/bootstrap/bootstrap Sun Aug 05 16:12:15 2007 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.104 2007/08/03 11:54:31 joerg Exp $
+# $NetBSD: bootstrap,v 1.105 2007/08/05 16:12:15 tnn Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -757,7 +757,7 @@
if [ "$need_xargs" = "yes" ]; then
echo_msg "Installing fixed xargs script"
- run_cmd "$install_sh -c -o $user -g $group -m 755 $pkgsrcdir/pkgtools/bootstrap-extras/files/xargs-sh $prefix/bin/xargs"
+ run_cmd "$install_sh -c -o $user -g $group -m 755 $pkgsrcdir/pkgtools/bootstrap-extras/files/xargs-sh $wrkdir/bin/xargs"
echo "TOOLS_PLATFORM.xargs?= $prefix/bin/xargs" >> ${TARGET_MKCONF}
echo "TOOLS_PLATFORM.xargs?= $wrkdir/bin/xargs" >> ${BOOTSTRAP_MKCONF}
need_extras=yes
Home |
Main Index |
Thread Index |
Old Index