tools-uclibc/desktop: update build

This commit is contained in:
Anthony G. Basile 2014-05-17 14:41:02 -04:00
parent b4c1ef5c2b
commit 67db2549bc
16 changed files with 324 additions and 114 deletions

View file

@ -39,10 +39,10 @@ populate_etc() {
rm -f "${ROOTFS}"/etc/portage/make.conf.catalyst
cp -f portage/make.conf.1 "${ROOTFS}"/etc/portage/make.conf
for d in env package.accept_keywords package.mask package.use profile repos.conf; do
rm -rf "${ROOTFS}"/etc/portage/patches
for d in env package.accept_keywords package.env package.mask package.unmask package.use patches profile repos.conf; do
[[ -a portage/"${d}" ]] && cp -af portage/${d} "${ROOTFS}"/etc/portage
done
cp -af portage/package.env "${ROOTFS}"/etc/portage
}
rebuild_toolchain() {