summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-05 16:12:15 +0000
committertnn <tnn@pkgsrc.org>2007-08-05 16:12:15 +0000
commit7b838717d9637410ecf9ad3fb89494975b820c26 (patch)
tree0c634e4d747e71805eaa3a49804c59f723a3c83a /bootstrap
parent9c6da64538bc3c164127db7a8287b3b2ec431e92 (diff)
downloadpkgsrc-7b838717d9637410ecf9ad3fb89494975b820c26.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