catalyst-auto-ppc64le.conf: Remove ppc64le subdir

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2019-01-05 15:45:05 -08:00
parent c58fc26660
commit bcc0a963dc

View file

@ -37,7 +37,7 @@ convert_filename() {
update_symlinks() {
# Symlink the latest stages3 to build from
local d f t
for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64le" ; do
for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
pushd "${d}" >/dev/null
for t in ppc64le; do
for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do