diff options
author | 2008-03-25 17:54:10 +0000 | |
---|---|---|
committer | 2008-03-25 17:54:10 +0000 | |
commit | 7249e977c0dbbce8652d23806ac0b15342b5081b (patch) | |
tree | 3743e3de1afc9bbe3c6d034767e197c829af85b4 /net-im/ekg/ekg-1.7.ebuild | |
parent | Added myself as maintainer (diff) | |
download | gentoo-2-7249e977c0dbbce8652d23806ac0b15342b5081b.tar.gz gentoo-2-7249e977c0dbbce8652d23806ac0b15342b5081b.tar.bz2 gentoo-2-7249e977c0dbbce8652d23806ac0b15342b5081b.zip |
Remove old and fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/ekg/ekg-1.7.ebuild')
-rw-r--r-- | net-im/ekg/ekg-1.7.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/ekg/ekg-1.7.ebuild b/net-im/ekg/ekg-1.7.ebuild index b847a49564bc..941d9818395b 100644 --- a/net-im/ekg/ekg-1.7.ebuild +++ b/net-im/ekg/ekg-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.6 2007/10/11 19:26:05 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.7 2008/03/25 17:54:09 coldwind Exp $ inherit eutils autotools @@ -32,9 +32,9 @@ DEPEND=">=sys-devel/automake-1.7 src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-1.6_rc3-libgadu.patch - epatch ${FILESDIR}/${PN}-1.7_rc2-giflib.patch + cd "${S}" + epatch "${FILESDIR}"/${PN}-1.6_rc3-libgadu.patch + epatch "${FILESDIR}"/${PN}-1.7_rc2-giflib.patch eautoreconf } |