We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c23cc commit abf9b5cCopy full SHA for abf9b5c
prerequisites/build-functions/unpack_if_necessary.sh
@@ -3,7 +3,7 @@
3
unpack_if_necessary()
4
{
5
if [[ "${fetch}" == "git" ]]; then
6
- package_source_directory="${version_to_build}"
+ package_source_directory="${package_name}"
7
else
8
if [[ "${url_tail}" == *tar.gz || "${url_tail}" == *tar.bz2 || "${url_tail}" == *.tar.xz ]]; then
9
info "Unpacking ${url_tail}."
0 commit comments