index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-23 14:29:17 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-23 14:29:17 +0200 |
commit | 19c93059d903785fdde32ab544dab2921e370f79 (patch) | |
tree | 87271ffeee4d31beaa532e2061705aa9c3365eb8 | |
parent | f54d2c02d5327a91e7a10f15f9221bb2a1841d9d (diff) |
-rwxr-xr-x | lib/common-functions | 2 |
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}" |