summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-11-25 18:36:25 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-11-25 18:36:25 +0000
commit8a1f843a2a711089a91d92a7ab56911915136dcd (patch)
tree5842ab672debcaf44bb3c53d35ac60e5d742e87a /sys-kernel/linux-sources
parentadded another missing kde-env dep (did i remove it?) (diff)
downloadgentoo-2-8a1f843a2a711089a91d92a7ab56911915136dcd.tar.gz
gentoo-2-8a1f843a2a711089a91d92a7ab56911915136dcd.tar.bz2
gentoo-2-8a1f843a2a711089a91d92a7ab56911915136dcd.zip
a fix... KS defined incorrectly, resulting in a /usr/src/linux- directory.
Diffstat (limited to 'sys-kernel/linux-sources')
-rw-r--r--sys-kernel/linux-sources/linux-sources-2.4.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.13.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.13.ebuild
index 1669b961a9db..7ecf99a704a8 100644
--- a/sys-kernel/linux-sources/linux-sources-2.4.13.ebuild
+++ b/sys-kernel/linux-sources/linux-sources-2.4.13.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: System Team <system@gentoo.org>
# Author: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.13.ebuild,v 1.3 2001/11/24 01:53:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.13.ebuild,v 1.4 2001/11/25 18:36:25 drobbins Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
OKV=${PV}
-KV=${KV}
+KV=${OKV}
S=${WORKDIR}/linux-${KV}
S2=${WORKDIR}/linux-${KV}-extras
if [ $PN = "linux-extras" ]