Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-23 14:29:17 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-23 14:29:17 +0200
commit19c93059d903785fdde32ab544dab2921e370f79 (patch)
tree87271ffeee4d31beaa532e2061705aa9c3365eb8 /lib
parentf54d2c02d5327a91e7a10f15f9221bb2a1841d9d (diff)
tree is called unix-tree - w. t. f.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/common-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 4000336..fde6c91 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -458,7 +458,7 @@ extract_source_directory() {
if [ -n "${revision}" ] \
&& [ "${revision}" != '0000000000000000000000000000000000000000' ]; then
local pkgbase_translated
- for substitution in '' 's@+@plus@g' 's@+@-@g'; do
+ for substitution in '' 's@+@plus@g' 's@+@-@g' 's@tree@unix-tree@'; do
pkgbase_translated=$(
printf '%s\n' "${pkgbase}" \
| sed "${substitution}"