diff options
author | asau <asau@pkgsrc.org> | 2014-04-17 18:29:01 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-04-17 18:29:01 +0000 |
commit | ac8ae1f3406e039f3cd0d9104e83e490c29df010 (patch) | |
tree | 1500728fcea568c3fa57b8d48a596306c89db2b1 /bootstrap | |
parent | 197c72a279a028cd99ea0421881f3d6518761b41 (diff) | |
download | pkgsrc-ac8ae1f3406e039f3cd0d9104e83e490c29df010.tar.gz |
Amend previous: pick built bmake binary from correct directory.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
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 |