Fix directory path
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
75e8912957
commit
6e6811f188
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ host=$(hostname)
|
||||||
|
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
TYPE="auto"
|
TYPE="auto"
|
||||||
source /etc/catalyst/release/build.env
|
|
||||||
|
|
||||||
SPECS_DIR=${REPO_DIR}/releases/specs/amd64/musl
|
SPECS_DIR=${REPO_DIR}/releases/specs/amd64/musl
|
||||||
|
|
||||||
|
@ -26,7 +25,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}/{musl} ; do
|
for d in ${BUILD_SRCDIR_BASE}/musl ; 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue