Fix a relative path bug
[catalyst.git] / targets / support / unmerge.sh
1 #!/bin/bash
2
3 source /tmp/chroot-functions.sh
4
5 # If the user enabled PRESERVE_LIBS in options, tell portage to preserve them.
6 [ -n "${clst_PRESERVE_LIBS}" ] && FEATURES="${clst_myfeatures} preserve-libs"
7 run_merge -C ${clst_packages}
8
9 exit 0