From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Mon, 4 Mar 2013 03:13:11 +0000 (+0000) Subject: Fix bugs 407051 and 458536 by using FEATURES="preserve-libs" on the unmerge step... X-Git-Url: http://git.tremily.us/?p=catalyst.git;a=commitdiff_plain;h=3b83a6ce74e6ae81db0ff31bd7366313d92583c5 Fix bugs 407051 and 458536 by using FEATURES="preserve-libs" on the unmerge step of livecd-stage2 target. --- diff --git a/targets/support/unmerge.sh b/targets/support/unmerge.sh index 9f112735..907113e3 100644 --- a/targets/support/unmerge.sh +++ b/targets/support/unmerge.sh @@ -2,6 +2,7 @@ source /tmp/chroot-functions.sh +FEATURES="${clst_myfeatures} preserve-libs" run_merge -C ${clst_packages} exit 0