x86: Fix tarball path in c-auto conf
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
16e795ced4
commit
fc700b0e62
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
||||||
|
|
||||||
update_symlinks() {
|
update_symlinks() {
|
||||||
# Symlink the latest stages3 to build from
|
# Symlink the latest stages3 to build from
|
||||||
for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
|
for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
|
||||||
pushd "${d}" >/dev/null || exit
|
pushd "${d}" >/dev/null || exit
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
|
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
|
||||||
|
@ -47,7 +47,7 @@ update_symlinks() {
|
||||||
post_build() {
|
post_build() {
|
||||||
local set=$1 spec=$2
|
local set=$1 spec=$2
|
||||||
|
|
||||||
pushd "${BUILD_SRCDIR_BASE}"/default >/dev/null || exit
|
pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit
|
||||||
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
|
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
|
||||||
case ${spec} in
|
case ${spec} in
|
||||||
i486/stage3-openrc.spec)
|
i486/stage3-openrc.spec)
|
||||||
|
|
Loading…
Add table
Reference in a new issue