tools-uclibc/desktop: add repos.conf/gentoo.conf
This commit is contained in:
parent
f8f9e4694e
commit
55a37a55dc
5 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue