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/?a=commitdiff_plain;h=37a6b6e5be8ca41edde0eef6f10c01c583453902;p=catalyst.git 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 100755 --- 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