diff options
author | Erich Eckner <git@eckner.net> | 2019-03-07 09:28:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-07 09:28:01 +0100 |
commit | 5266bbc8bae99d09837027952793c00c857ef542 (patch) | |
tree | 4a924cdbc906445dfa4dc0eb16794e2893535df4 /lib | |
parent | f63b3152a411ef335f6909ea87170adb6546b8bd (diff) | |
download | builder-5266bbc8bae99d09837027952793c00c857ef542.tar.xz |
"pentium3" -> "pentium4"
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/common-functions | 4 | ||||
-rwxr-xr-x | lib/mysql-functions | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/common-functions b/lib/common-functions index 4904b37..e0ba40b 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -398,7 +398,7 @@ recursively_umount_and_rm() { } # mangle_pkgbuild $PKGBUILD [$sub_pkgrel] -# mangle $arch in PKBUILDs to contain i486, i686, pentium3 +# mangle $arch in PKBUILDs to contain i486, i686, pentium4 # append $sub_pkgrel to the pkgrel # remove "lib32-" and "gcc-multilib" from {make,check,opt,}depends @@ -418,7 +418,7 @@ mangle_pkgbuild() { sed -i ' /^arch=[^#]*any/!{ - /^arch=(/s/(/(i486 i686 pentium3 / + /^arch=(/s/(/(i486 i686 pentium4 / } s/^\(\s*pkgrel=\)['"'"'"]\?\([0-9.]\+\)['"'"'"]\?\s*\(#.*\)\?$/\1"\2'"${sub_pkgrel}"'"/ ' "${PKGBUILD}" diff --git a/lib/mysql-functions b/lib/mysql-functions index 4f146dd..e0dddae 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -218,7 +218,7 @@ mysql_generate_package_metadata() { exit 2 fi # remove empty lines and unsupported architectures - # TODO: support "pentium3" architecture, too + # TODO: support "pentium4" architecture, too sed -i ' /^[^=]*=\s*$/d /^\s*arch = /{ |