mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
nimble.eclass: fixup for blank package URL
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -134,10 +134,12 @@ nimble_src_configure() {
|
||||
local nimbusargs=(
|
||||
--nimbleDir:"${EPREFIX}"/opt/nimble
|
||||
--binDir:"${EPREFIX}"/usr/bin
|
||||
--url:"$(get_package_url)"
|
||||
"${mynimargs[@]}"
|
||||
)
|
||||
|
||||
[[ -n "$(get_package_url)" ]] && \
|
||||
nimbusargs+=( --url:"$(get_package_url)" )
|
||||
|
||||
set -- nimbus "${nimbusargs[@]}" "${S}" "${BUILD_DIR}"
|
||||
echo "${@}" >&2
|
||||
"${@}" || die "${*} failed"
|
||||
|
||||
Reference in New Issue
Block a user