aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 21:21:45 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 21:21:45 +0200
commit02d41a2cbb899393c866c1c16cd6b0686f9cc4f1 (patch)
tree83c764fa5b77805bfb3fa57b29dd0e3dee568c6d
parentcf41d66d911beaf3c65906c9d40a95f38bcbd681 (diff)
Fix svn PKGBUILD: Add missing slash
-rw-r--r--general-config.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/general-config.bash b/general-config.bash
index d3a8368..e342b03 100644
--- a/general-config.bash
+++ b/general-config.bash
@@ -79,7 +79,7 @@ typeset -A prepare
# Does not work for deu-fra-bin, since the index file must stay in sync.
read -r -d '' prepare[deu-fra] << 'EOF' ||:
-cd "${srcdir}${_lang}"
+cd "${srcdir}/${_lang}"
sed -Ei \
-e 's/(10)(10)(100\>)(\s+\(10)(Googol.*(1|Eins) mit einem Googol Nullen)/\1^(\2^\3)\4^\5/' \
-e 's/(10)([1-9][0-9]*)(.*(1|Eins) mit \2 Nullen)/\1\^\2\3/' \