diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-libre.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kernel-libre.eclass b/eclass/kernel-libre.eclass index 12f50cf..77845ac 100644 --- a/eclass/kernel-libre.eclass +++ b/eclass/kernel-libre.eclass @@ -7,13 +7,13 @@ inherit kernel-2 EXPORT_FUNCTIONS src_unpack DEBLOB_CHECK="deblob-check" -KERNEL_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre/linux-${PV}-libre.tar.bz2" -DEBLOB_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre/${DEBLOB_CHECK}" +KERNEL_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre${LIBRE_VER}/linux-${PV}-libre${LIBRE_VER}.tar.bz2" +DEBLOB_URI="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre${LIBRE_VER}/${DEBLOB_CHECK}" -# override the kernel-2 function as tarball is named and laid out differently +# override the kernel-2 function as tarball is named differently universal_unpack() { cd ${WORKDIR} - unpack linux-${OKV}-libre.tar.bz2 + unpack linux-${OKV}-libre${LIBRE_VER}.tar.bz2 mv ${WORKDIR}/linux-${OKV} ${WORKDIR}/linux-${KV_FULL} \ || die "Unable to move source tree to ${KV_FULL}." cd ${S} |