index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-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}" |