diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-23 20:21:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-23 20:21:03 +0000 |
commit | ad0745ad6b244717b003b18754ea026534af939f (patch) | |
tree | e1849ed917bb2e09053f5ef90fe33d471e4bcb32 /app-admin/longrun/longrun-0.9-r1.ebuild | |
parent | unmask (diff) | |
download | gentoo-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.ebuild | 7 |
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() { |