tools-uclibc/desktop: add repos.conf/gentoo.conf

This commit is contained in:
Anthony G. Basile 2013-09-09 16:19:35 -04:00
parent f8f9e4694e
commit 55a37a55dc
5 changed files with 14 additions and 1 deletions

View file

@ -38,7 +38,7 @@ 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; do
for d in env package.accept_keywords package.mask package.use profile repos.conf; do
[[ -a portage/"${d}" ]] && cp -af portage/${d} "${ROOTFS}"/etc/portage
done
cp -af portage/package.env "${ROOTFS}"/etc/portage