catalyst-auto-ppc64le.conf: Remove ppc64le subdir
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
c58fc26660
commit
bcc0a963dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue