summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-07-07 02:51:04 +0200
committerJoan Figueras2023-07-07 02:51:04 +0200
commit67ac93909fa905b6eee278f9109f7e87bb88390a (patch)
treed48b127429b0f7a0cccd149b4ae455129a49db43
parent6c6439f03cd8bdb16c63836655a1b3ba5ef332dd (diff)
downloadaur-67ac93909fa905b6eee278f9109f7e87bb88390a.tar.gz
Added patch to _SPEED
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bf9325d3634..a920e5291951 100644
--- a/PKGBUILD
+++ b/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/*