mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-updater: typo
This commit is contained in:
parent
53bd931abe
commit
28b4403d85
1 changed files with 2 additions and 2 deletions
|
|
@ -146,11 +146,11 @@ check_profile () {
|
|||
fi
|
||||
|
||||
# profile migration routine for amd64 17.0->17.1
|
||||
if [ "${ARCH}" = "amd64" ]; then
|
||||
#if [ "${ARCH}" = "amd64" ]; then
|
||||
#if [ -L "/lib" ] || [ -e "/lib32" ] || [ -e "/usr/lib32" ]; then
|
||||
# migrate_profile
|
||||
#fi
|
||||
fi
|
||||
#fi
|
||||
}
|
||||
|
||||
migrate_profile() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue