Instead of copying the Portage configuration files to `/etc/portage` and
`/usr/${target}/etc/portage`, the build scripts now use the
configuration directories from the source directory. This avoids issues
with changes (especially removal of files) getting propagated to the
actual configuration paths.
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
# vim: set sw=4 ts=4 sts=4 et :
|
|
|
|
PORTAGE_CONFIGROOT="${PWD}"/portage/config/host \
|
|
< host-tools.packages xargs -ro \
|
|
emerge -vnUj
|