summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-12-25 22:56:06 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-12-25 22:56:06 +0000
commitb71243178448723ab9d7b46e88e94602e6d75cfc (patch)
tree0e4e5767832b9f23b2491c6c090f8e90e2ff3cf8 /sys-kernel/linux-sources
parentdigesto (diff)
downloadgentoo-2-b71243178448723ab9d7b46e88e94602e6d75cfc.tar.gz
gentoo-2-b71243178448723ab9d7b46e88e94602e6d75cfc.tar.bz2
gentoo-2-b71243178448723ab9d7b46e88e94602e6d75cfc.zip
move to
Diffstat (limited to 'sys-kernel/linux-sources')
-rw-r--r--sys-kernel/linux-sources/linux-sources-2.4.17.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.17.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.17.ebuild
index 4700cd7777c6..ed2d55a254e2 100644
--- a/sys-kernel/linux-sources/linux-sources-2.4.17.ebuild
+++ b/sys-kernel/linux-sources/linux-sources-2.4.17.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.17.ebuild,v 1.1 2001/12/25 00:51:40 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.17.ebuild,v 1.2 2001/12/25 22:56:06 azarah Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -48,13 +48,13 @@ fi
#modified to be able to patch a external patch with our own one in
#${FILESDIR}/${PVR}/to fix rejects. our patch have the same name, but not
-#the .gz and .bz2 extension.
+#the .gz or .bz2 extension.
#this is usefull in that you dont have to have lots of versions of a single
#patch for every ebuild on ibiblio, and decrease the time to release a ebuild.
patchorama() {
local curdir="`pwd`"
local x
- local patchdir=${WORKDIR}/patch
+ local patchdir=${T}/patch
for x in ${*}
do
[ -d "$x" ] && continue