aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-27 16:33:31 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-29 10:48:21 -0700
commitb08a8fabf0c8e6c279848286f74a0c223c82947b (patch)
tree88dc4b5c9a1d30125ac1db27721758be01aee88a
parenttargets: Remove some dead code (diff)
downloadcatalyst-b08a8fab.tar.gz
catalyst-b08a8fab.tar.bz2
catalyst-b08a8fab.zip
targets: Build with FEATURES=binpkg-multi-instance
Allows stage3+ builds (e.g., netboot, ISOs, stage4) to share binpkg directories easily. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtargets/support/chroot-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index b09a7531..94f7c92f 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -78,7 +78,7 @@ get_libdir() {
setup_myfeatures(){
setup_myemergeopts
- export clst_myfeatures="-news clean-logs"
+ export clst_myfeatures="-news binpkg-multi-instance clean-logs"
export FEATURES="${clst_myfeatures}"
if [ -n "${clst_CCACHE}" ]
then