index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-23 15:05:10 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-23 15:05:10 +0200 |
commit | bded578f92ef6aac2e6f6813cb7a084a9dfe79a6 (patch) | |
tree | 4da1a16641f149fa042f4efd43059284dcba8bb2 /lib/common-functions | |
parent | 19c93059d903785fdde32ab544dab2921e370f79 (diff) |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index fde6c91..b6b9095 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' 's@tree@unix-tree@'; do + for substitution in '' 's@+@plus@g' 's@+@-@g' 's@^tree$@unix-tree@'; do pkgbase_translated=$( printf '%s\n' "${pkgbase}" \ | sed "${substitution}" |