diff options
author | Marius Mauch <genone@gentoo.org> | 2004-11-03 19:06:52 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-11-03 19:06:52 +0000 |
commit | be6e785567f012dea63ab80c09d4cd478537df46 (patch) | |
tree | 595fa2e07e2c7cc25d10779a4242422c07de5acc /mail-client | |
parent | ~alpha keyword. (Manifest recommit) (diff) | |
download | gentoo-2-be6e785567f012dea63ab80c09d4cd478537df46.tar.gz gentoo-2-be6e785567f012dea63ab80c09d4cd478537df46.tar.bz2 gentoo-2-be6e785567f012dea63ab80c09d4cd478537df46.zip |
fixed bug #69951
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed-claws-maildir/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index fd1a2e8ab936..68cdd490fd67 100644 --- a/mail-client/sylpheed-claws-maildir/ChangeLog +++ b/mail-client/sylpheed-claws-maildir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-maildir # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.4 2004/10/19 19:44:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.5 2004/11/03 19:06:52 genone Exp $ + + 03 Nov 2004; Marius Mauch <genone@gentoo.org> + sylpheed-claws-maildir-0.6.ebuild: + fixed the problem where the plugin would install to the wrong location (#69951) 19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> sylpheed-claws-maildir-0.6.ebuild: diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild index 9c60050fb77e..4a8b59e3192d 100644 --- a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild,v 1.4 2004/10/19 19:44:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild,v 1.5 2004/11/03 19:06:52 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -16,6 +16,9 @@ DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1" S="${WORKDIR}/${MY_P}" src_compile() { + # patch broken Makefile + sed -i -e 's:\$(libdir)/sylpheed/plugins:\$(SYLPHEED_CLAWS_PLUGINDIR):' src/Makefile.in + econf || die emake || die } |