Skip to content

Commit

Permalink
kernel-2.eclass: correct link to the deblob script
Browse files Browse the repository at this point in the history
An incorrect link was used when getting deblob script, which resulted in
an experience of things "constantly breaking".

Meanwhile, all that was required to make it work was to ask upstream
about the correct place to get the stuff from.
  • Loading branch information
zetok committed Nov 29, 2016
1 parent 5d11e56 commit 9d191f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kernel-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ if [[ ${ETYPE} == sources ]]; then
K_DEBLOB_TAG=${K_DEBLOB_TAG:--gnu}
DEBLOB_A="deblob-${DEBLOB_PV}"
DEBLOB_CHECK_A="deblob-check-${DEBLOB_PV}"
DEBLOB_HOMEPAGE="http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags"
DEBLOB_HOMEPAGE="http://linux-libre.fsfla.org/pub/linux-libre/releases"
DEBLOB_URI_PATH="${DEBLOB_PV}${K_DEBLOB_TAG}"
if ! has "${EAPI:-0}" 0 1 ; then
DEBLOB_CHECK_URI="${DEBLOB_HOMEPAGE}/${DEBLOB_URI_PATH}/deblob-check -> ${DEBLOB_CHECK_A}"
Expand Down

0 comments on commit 9d191f9

Please sign in to comment.