[repo] merge x86 config
This commit is contained in:
parent
c23e554c42
commit
0dd375c70c
@ -133,7 +133,9 @@ function three_four_to_five() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# run this in any case, it will fix symlinks setup
|
# run this in any case, it will fix symlinks setup
|
||||||
|
if [ "$(uname -m)" = "x86_64" ]; then
|
||||||
fix_lib64_symlinks
|
fix_lib64_symlinks
|
||||||
|
fi
|
||||||
|
|
||||||
# migration script from branch 4 to 5
|
# migration script from branch 4 to 5
|
||||||
[[ "${OLD_BRANCH}" = "4" ]] && [[ "${NEW_BRANCH}" = "5" ]] && three_four_to_five
|
[[ "${OLD_BRANCH}" = "4" ]] && [[ "${NEW_BRANCH}" = "5" ]] && three_four_to_five
|
||||||
|
Loading…
Reference in New Issue
Block a user