diff options
Diffstat (limited to 'app-admin/longrun/longrun-0.9-r1.ebuild')
-rw-r--r-- | app-admin/longrun/longrun-0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/longrun/longrun-0.9-r1.ebuild b/app-admin/longrun/longrun-0.9-r1.ebuild index 4e488420acf0..7d4934f7072f 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-2005 Gentoo Foundation # 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.11 2005/08/12 18:46:25 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r1.ebuild,v 1.12 2005/08/12 19:12:56 betelgeuse Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND="virtual/libc" S=${WORKDIR}/${PN} src_unpack() { - unpack ${A} + unpack ${P}.tar.bz2 cd ${S} epatch ${DISTDIR}/${GCC3_PATCH} } |