summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-03 01:24:57 +0000
committerjoerg <joerg>2013-10-03 01:24:57 +0000
commitdf6b0a53a0361c59494e675b26d2466da3b1ed6e (patch)
treef62a26b05e81a99a5eaf7ec88aebf78acd144aa7 /bootstrap
parent3fe48e682ebe4ede4c2c3cc343444e239cc6ca0e (diff)
downloadpkgsrc-df6b0a53a0361c59494e675b26d2466da3b1ed6e.tar.gz
Mark the copy of bmake's configure as executable in case the checkout is
missing the bit.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 3e07b221406..29405388a51 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.199 2013/09/08 16:29:28 ryoon Exp $
+# $NetBSD: bootstrap,v 1.200 2013/10/03 01:24:57 joerg Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -1040,6 +1040,7 @@ $shprog ./bootstrap.sh)"
bootstrap_bmake() {
echo_msg "Bootstrapping bmake"
copy_src $pkgsrcdir/devel/bmake/files bmake
+ run_cmd "chmod u+x $wrkdir/bmake/configure"
run_cmd "(cd $wrkdir/bmake && env $bmakexenv $shprog ./boot-strap $configure_quiet_flags -q -o bootstrap.$opsys --prefix=$wrkdir --sysconfdir=$wrkdir --mksrc none --with-default-sys-path="$wrkdir/share/mk" $bmakexargs)"
run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/bmake/bootstrap.$opsys/bmake $wrkdir/bin/bmake"
}