index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-09-07 09:45:18 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-09-07 09:45:18 +0200 |
commit | 703cd87c97905ac4afe4659a810523c95acd1fb0 (patch) | |
tree | 27b45aa2b73ce0eb661ca2d65f1d8745552e0195 /core/glibc/PKGBUILD | |
parent | 5a3c467752bd6c5583bfbec73c696495f1b507fe (diff) |
-rw-r--r-- | core/glibc/PKGBUILD | 12 |
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 4ac4e9ce..91283be1 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -121,12 +121,12 @@ eval "$( # readd locale generation removed by lib32 sed-fu above in build! # breaks again on glibc library mismatches -#eval "$( -# declare -f build | \ -# sed ' -# $ i locale/localedef -c -f ../glibc/localedata/charmaps/UTF-8 -i ../glibc/localedata/locales/C ../C.UTF-8/ -# ' -#)" +eval "$( + declare -f build | \ + sed ' + $ i locale/localedef -c -f ../glibc/localedata/charmaps/UTF-8 -i ../glibc/localedata/locales/C ../C.UTF-8/ + ' +)" # ignoring tests for now (they hang, checked manually, see skip_tests above) unset check |