Fix openeuler-minimal mirror problem
TARGET_ROOT is not a valid key during pre-install step. The error `TARGET_ROOT: unbound variable` raises now. This PR remove the useless TARGET_ROOT in openeuler-minimal. Change-Id: I6fae2ca0e6c6e57a3b195367f2626d9e498e0329
This commit is contained in:
parent
f8733f729b
commit
ed9bdf805d
@ -9,5 +9,5 @@ set -o pipefail
|
||||
if [ -n "${DIB_DISTRIBUTION_MIRROR:-}" ]; then
|
||||
# Only set the mirror for OS, everything, EPOL and update repositories,
|
||||
# The others (debuginfo and source) aren't mirrored since they do not exist on all mirrors
|
||||
sed -i "/\(debuginfo\|source\)/! {s#http://repo.openeuler.org#$DIB_DISTRIBUTION_MIRROR#g}" $TARGET_ROOT/etc/yum.repos.d/openEuler.repo
|
||||
sed -i "/\(debuginfo\|source\)/! {s#http://repo.openeuler.org#$DIB_DISTRIBUTION_MIRROR#g}" /etc/yum.repos.d/openEuler.repo
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user