Skip to content

Commit abf9b5c

Browse files
author
Damian Rouson
committed
fix package path
1 parent e2c23cc commit abf9b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prerequisites/build-functions/unpack_if_necessary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
unpack_if_necessary()
44
{
55
if [[ "${fetch}" == "git" ]]; then
6-
package_source_directory="${version_to_build}"
6+
package_source_directory="${package_name}"
77
else
88
if [[ "${url_tail}" == *tar.gz || "${url_tail}" == *tar.bz2 || "${url_tail}" == *.tar.xz ]]; then
99
info "Unpacking ${url_tail}."

0 commit comments

Comments
 (0)