Skip to content

Commit

Permalink
llvm.org.eclass: Fix appending GitHub SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 21, 2019
1 parent 631ae5f commit d082e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/llvm.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ llvm.org_set_globals() {
elif [[ ${_LLVM_SOURCE_TYPE} == tar ]]; then
if ver_test -ge 9.0.1_rc1; then
# 9.0.1 RCs as GitHub archive
SRC_URI="
SRC_URI+="
https://github.com/llvm/llvm-project/archive/llvmorg-${PV/_/-}.tar.gz"
else
local a archives=()
Expand Down

0 comments on commit d082e52

Please sign in to comment.