diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 14:47:46 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 14:47:46 +0000 |
commit | 37024133f21dcc5e7b3c46d5b1ad1614ff07f8e2 (patch) | |
tree | d0fb9c0967e916a7fd31aa71de97eedc508646b3 | |
parent | e6f54ef06b5652e842acae8a9bd2684807bad8ad (diff) | |
download | midipix_build-37024133f21dcc5e7b3c46d5b1ad1614ff07f8e2.tar.bz2 midipix_build-37024133f21dcc5e7b3c46d5b1ad1614ff07f8e2.tar.xz |
subr/pkg_install.subr: default to ${PKG_URLS_GIT} if ${PKG_URL} is unset or empty.
-rw-r--r-- | subr/pkg_install.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_install.subr b/subr/pkg_install.subr index 2071764b..9ce231db 100644 --- a/subr/pkg_install.subr +++ b/subr/pkg_install.subr @@ -26,7 +26,7 @@ Release: 1 Summary: ${PKG_NAME} ${PKG_VERSION:-Unknown} License: Unknown Group: Applications -Url: ${PKG_URL} +Url: ${PKG_URL:-${PKG_URLS_GIT}} %description ${PKG_NAME} ${PKG_VERSION:-Unknown} |