summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-23 20:21:03 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-23 20:21:03 +0000
commitad0745ad6b244717b003b18754ea026534af939f (patch)
treee1849ed917bb2e09053f5ef90fe33d471e4bcb32 /app-admin/longrun/longrun-0.9-r1.ebuild
parentunmask (diff)
downloadgentoo-2-ad0745ad6b244717b003b18754ea026534af939f.tar.gz
gentoo-2-ad0745ad6b244717b003b18754ea026534af939f.tar.bz2
gentoo-2-ad0745ad6b244717b003b18754ea026534af939f.zip
epatch and sed updates
Diffstat (limited to 'app-admin/longrun/longrun-0.9-r1.ebuild')
-rw-r--r--app-admin/longrun/longrun-0.9-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/longrun/longrun-0.9-r1.ebuild b/app-admin/longrun/longrun-0.9-r1.ebuild
index 4dafdfb4a972..26bf594096fa 100644
--- a/app-admin/longrun/longrun-0.9-r1.ebuild
+++ b/app-admin/longrun/longrun-0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r1.ebuild,v 1.4 2003/09/07 22:19:29 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r1.ebuild,v 1.5 2003/09/23 20:20:55 aliz Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A utility to control Transmeta's Crusoe processor"
@@ -16,9 +16,8 @@ DEPEND="virtual/glibc"
# Include fix from debian
src_unpack() {
- unpack ${A}
- cd ${WORKDIR}/longrun
- patch -p1 < ${FILESDIR}/${PF}-debian-gcc-3.diff || die
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${PF}-debian-gcc-3.diff
}
src_compile() {