summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-03 01:24:57 +0000
committerjoerg <joerg>2013-10-03 01:24:57 +0000
commit64d856d763a47d335b1928ff3540b49519d85924 (patch)
treef62a26b05e81a99a5eaf7ec88aebf78acd144aa7 /bootstrap/bootstrap
parent3666f5d8040db98e9cf7d765b2085abec3ec1419 (diff)
downloadpkgsrc-64d856d763a47d335b1928ff3540b49519d85924.tar.gz
Mark the copy of bmake's configure as executable in case the checkout is
missing the bit.
Diffstat (limited to 'bootstrap/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"
}