summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn>2007-08-05 16:12:15 +0000
committertnn <tnn>2007-08-05 16:12:15 +0000
commit89eb53ab3b76b50287ecde30e32592ff2ce839a4 (patch)
tree0c634e4d747e71805eaa3a49804c59f723a3c83a /bootstrap
parent924a0e89f37d91be11e9cfddeb241af88569d573 (diff)
downloadpkgsrc-89eb53ab3b76b50287ecde30e32592ff2ce839a4.tar.gz
Interix: Install xargs script in $wrkdir, not $prefix, for bootstrapping.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 2a6cac60415..da2c95b71e5 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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 @@ fi
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