mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Added patch to _SPEED
This commit is contained in:
parent
6c6439f03c
commit
67ac93909f
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -56,6 +56,8 @@ prepare() {
|
|||
if [[ $_SPEED =~ [y|Y] ]]; then
|
||||
msg2 "Building without all locales..."
|
||||
sed -e 's/DEVEL=0/DEVEL=1/g' -i makeicecat
|
||||
# Thanks to cysp74 to report this bug
|
||||
sed -e 's;find l10n -wholename '\''\*/brand.dtd'\'' | xargs;find l10n -wholename '\''\*/brand.dtd'\'' | xargs -r;g' -i makeicecat
|
||||
# Also you can choose your locale using external variable _LOCALE. By default in upstream script this locale is es-ES
|
||||
[ -z "$_LOCALE" ] || sed -e "s/es-ES/$_LOCALE/g" -i makeicecat && echo "$_LOCALE" > custom-shipped-locales
|
||||
rm -rf data/files-to-append/l10n/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue