summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorasau <asau>2014-04-17 18:29:01 +0000
committerasau <asau>2014-04-17 18:29:01 +0000
commit9c369ffea5760eb8eae859699893dd98aee816eb (patch)
tree1500728fcea568c3fa57b8d48a596306c89db2b1 /bootstrap/bootstrap
parent9597396c29d2d18151c47caa0fd4d530ba130012 (diff)
downloadpkgsrc-9c369ffea5760eb8eae859699893dd98aee816eb.tar.gz
Amend previous: pick built bmake binary from correct directory.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 5b46604f1ce..39f160a7db5 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.207 2014/04/17 18:27:24 asau Exp $
+# $NetBSD: bootstrap,v 1.208 2014/04/17 18:29:01 asau Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -1077,7 +1077,7 @@ bootstrap_bmake() {
copy_src $pkgsrcdir/devel/bmake/files bmake
run_cmd "(cd $wrkdir/bmake && $shprog configure $configure_quiet_flags --with-default-sys-path=$wrkdir/share/mk --prefix=$wrkdir $bmakexargs)"
run_cmd "(cd $wrkdir/bmake && $shprog make-bootstrap.sh)"
- run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/bmake/bootstrap.$opsys/bmake $wrkdir/bin/bmake"
+ run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/bmake/bmake $wrkdir/bin/bmake"
}
bootstrap_bmake