* [gentoo-commits] proj/catalyst:master commit in: targets/stage2/
@ 2015-08-31 20:07 Richard Farina
0 siblings, 0 replies; only message in thread
From: Richard Farina @ 2015-08-31 20:07 UTC (permalink / raw
To: gentoo-commits
commit: f72c667b85d28e2a564616ed3e55236e08d5151b
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 20:06:35 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 20:06:35 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f72c667b
make stage2-chroot.sh respect bindist
targets/stage2/stage2-chroot.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh
index 61f5261..519db79 100755
--- a/targets/stage2/stage2-chroot.sh
+++ b/targets/stage2/stage2-chroot.sh
@@ -17,5 +17,11 @@ then
fi
fi
+# Set bindist USE flag if clst_BINDIST is set
+[ -e "${clst_make_conf}" ] && [ -n "${clst_BINDIST}" ] && echo "USE=\"\${USE} bindist\"" >> "${clst_make_conf}"
+
## START BUILD
/usr/portage/scripts/bootstrap.sh ${bootstrap_opts} || exit 1
+
+# Clean-up USE again
+sed -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-31 20:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31 20:07 [gentoo-commits] proj/catalyst:master commit in: targets/stage2/ Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox