summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-20 15:13:10 +0000
committerjlam <jlam>2006-07-20 15:13:10 +0000
commitb7011061cdb87b50c21af976bf360a30a48fadb4 (patch)
tree892d023fc670f9beef317ac2f129b04187cf7a01 /bootstrap
parenta2873fc6acfdf86f8f950537819dcd9576eb7556 (diff)
downloadpkgsrc-b7011061cdb87b50c21af976bf360a30a48fadb4.tar.gz
Fix location of install-sh script in the bootstrap work directory.
Problem noted by OBATA Akio on pkgsrc-users@.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 665c7b1137b..673b9150084 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.69 2006/07/19 15:27:37 jlam Exp $
+# $NetBSD: bootstrap,v 1.70 2006/07/20 15:13:10 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -699,7 +699,7 @@ run_cmd "$cpprog bsd.* sys.mk $prefix/share/mk"
if [ "$need_bsd_install" = "yes" ]; then
echo_msg "Installing BSD compatible install script"
- run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/install-sh/install-sh $prefix/bin/install-sh"
+ run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/install-sh $prefix/bin/install-sh"
BSTRAP_ENV="INSTALL='$prefix/bin/install-sh -c' $BSTRAP_ENV"
echo "TOOLS_PLATFORM.install?= $prefix/bin/install-sh" >> ${MKCONF_EXAMPLE}
fi