summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-06-15 13:38:36 +0100
committerNick White <git@njw.me.uk>2009-06-15 13:38:36 +0100
commitb575e0c28985df3591398ff1af91fd8a95a725de (patch)
tree25fd12225be1a264545eb97f3eb8f98518c9873b /sys-kernel
parent4f8eb237724deb1748c8e7a6b489ef2149b0c8cf (diff)
downloadnjw-gentoo-local-b575e0c28985df3591398ff1af91fd8a95a725de.tar.bz2
njw-gentoo-local-b575e0c28985df3591398ff1af91fd8a95a725de.zip
Simplified libre-sources ebuild
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/libre-sources/libre-sources-2.6.30.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild
index 846c20d..011d101 100644
--- a/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild
+++ b/sys-kernel/libre-sources/libre-sources-2.6.30.ebuild
@@ -14,19 +14,7 @@ src_unpack() {
UNIPATCH_LIST_DEFAULT=""
# universal_unpack expects a different kernel tarball name
- expected_tarball=${WORKDIR}/linux-${OKV}.tar.bz2
-
- # temporarily move any preexisting kernel tarball
- [[ -f $expected_tarball ]] && \
- mv $expected_tarball ${expected_tarball}-original
-
- ln -sf ${WORKDIR}/linux-${KV_FULL}.tar.bz2 $expected_tarball
+ ln -sf ${WORKDIR}/linux-${KV_FULL}.tar.bz2 ${WORKDIR}/linux-${OKV}.tar.bz2
kernel-2_src_unpack
-
- rm $expected_tarball
-
- # put any preexisting tarball back in its original location
- [[ -f ${expected_tarball}-original ]] && \
- mv ${expected_tarball}-original $expected_tarball
}