diff options
Diffstat (limited to 'sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild')
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild b/sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild index f01b5cf967f5..12e1ffe51d23 100644 --- a/sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild,v 1.1 2006/04/30 23:07:46 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.15-r1.ebuild,v 1.2 2010/05/02 15:02:40 chainsaw Exp $ inherit eutils @@ -17,9 +17,9 @@ DEPEND=">=dev-python/pygtk-2.8.2" src_unpack () { unpack ${A} - cd ${S} - epatch "${FILESDIR}"/0.2.12-about.patch - epatch "${FILESDIR}"/0.2.15-glade.patch + cd "${S}" + epatch "${FILESDIR}/0.2.12-about.patch" + epatch "${FILESDIR}/0.2.15-glade.patch" } src_install () { |