diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-09 17:08:04 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-09 17:08:04 +0000 |
commit | cc8773dcbf3a95c77c1edfc1b785a5ff906f4a85 (patch) | |
tree | 57c64cdb1db2806311bd5935ffdb25afb263b078 /gnome-base | |
parent | Now add it to EXPORT_FUNCTIONS, and make sure the symlinks are updated if we ... (diff) | |
download | gentoo-2-cc8773dcbf3a95c77c1edfc1b785a5ff906f4a85.tar.gz gentoo-2-cc8773dcbf3a95c77c1edfc1b785a5ff906f4a85.tar.bz2 gentoo-2-cc8773dcbf3a95c77c1edfc1b785a5ff906f4a85.zip |
fix patch path
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/libglade-2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libglade/libglade-2.5.0.ebuild b/gnome-base/libglade/libglade-2.5.0.ebuild index 92e3f5744322..1226f59c7406 100644 --- a/gnome-base/libglade/libglade-2.5.0.ebuild +++ b/gnome-base/libglade/libglade-2.5.0.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/gnome-base/libglade/libglade-2.5.0.ebuild,v 1.1 2005/03/09 05:59:24 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.5.0.ebuild,v 1.2 2005/03/09 17:08:04 joem Exp $ # FIXME : catalog stuff inherit gnome2 eutils @@ -30,7 +30,7 @@ src_compile() { cd ${S} # patch to stop make install installing the xml catalog # because we do it ourselves in postinst() - epatch ${FILESDIR}/Makefile.in.am-2.4.1-xmlcatalog.patch + epatch ${FILESDIR}/Makefile.in.am-2.4.2-xmlcatalog.patch gnome2_src_compile |