summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild')
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
index 95c1a0e12408..056fa00a0f90 100644
--- a/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild,v 1.6 2007/07/12 04:19:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild,v 1.7 2008/01/09 21:18:52 eva Exp $
inherit gnome2 eutils
@@ -34,8 +34,8 @@ ELTCONF="--reverse-deps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# bug 101970
- epatch ${FILESDIR}/${PN}-3.0.10-no-extern-cluealigned.diff
- epatch ${FILESDIR}/${PN}-3.2-i18n.patch
+ epatch "${FILESDIR}/${PN}-3.0.10-no-extern-cluealigned.diff"
+ epatch "${FILESDIR}/${PN}-3.2-i18n.patch"
}