index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-07-06 09:37:09 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-07-06 09:37:09 +0200 |
commit | 2a4ea5ee200540d1f54ce70955675917577ff394 (patch) | |
tree | f252df2dd87136272ada55ca8a2a875d934f0027 | |
parent | c9d63b387c6124bdcd029251118b3d1e0c88a031 (diff) |
-rwxr-xr-x | lib/common-functions | 3 |
diff --git a/lib/common-functions b/lib/common-functions index 1ab3e72..49d6f6f 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -469,7 +469,8 @@ extract_source_directory() { local pkgtarfile if [ -n "${revision}" ] \ - && [ "${revision}" != '0000000000000000000000000000000000000000' ]; then + && [ "${revision}" != '0000000000000000000000000000000000000000' ] \ + && [ "${repository}" != 'build-support' ]; then local pkgbase_translated pkgbase_translated=$(gitlab_project_name_to_path "${pkgbase}") tmptarfile=$(mktemp 'tmp.upstream-package.XXXXXXXXXX') |