diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 14:57:52 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 14:57:52 +0000 |
commit | d1cb7c9061bb4ac13222b60d2b9a38c69fa08667 (patch) | |
tree | 049e15382c007f2fe46e52ea930ab1ece2de436b /subr | |
parent | 37024133f21dcc5e7b3c46d5b1ad1614ff07f8e2 (diff) | |
download | midipix_build-d1cb7c9061bb4ac13222b60d2b9a38c69fa08667.tar.bz2 midipix_build-d1cb7c9061bb4ac13222b60d2b9a38c69fa08667.tar.xz |
subr/pkg_install.subr: default to `Unknown' if ${PKG_URLS_GIT} is unset or empty.
Diffstat (limited to 'subr')
-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 9ce231db..25664aa8 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:-${PKG_URLS_GIT}} +Url: ${PKG_URL:-${PKG_URLS_GIT:-Unknown}} %description ${PKG_NAME} ${PKG_VERSION:-Unknown} |