Drop x86 systemd split-usr builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
32fa6bb18b
commit
7e5acd85c4
5 changed files with 1 additions and 47 deletions
|
@ -38,7 +38,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
|||
|
||||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl,mergedusr} ; do
|
||||
for d in ${BUILD_SRCDIR_BASE}/builds/* ; do
|
||||
mkdir -p "${d}"
|
||||
pushd "${d}" >/dev/null || exit
|
||||
shopt -s extglob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue