diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-05-04 12:01:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-05-04 12:01:56 +0000 |
commit | 63ebb9e518d422e6baac6029f95182ef128b7623 (patch) | |
tree | 5e90c33169382e0733ec2e3abe5939b8eac97743 /mail-client/claws-mail | |
parent | Stable on x86, bug #176995. (diff) | |
download | gentoo-2-63ebb9e518d422e6baac6029f95182ef128b7623.tar.gz gentoo-2-63ebb9e518d422e6baac6029f95182ef128b7623.tar.bz2 gentoo-2-63ebb9e518d422e6baac6029f95182ef128b7623.zip |
Install KDE service script to correct location. Bug #177013, reported by Neil Bothwick <neil at digimed.co.uk>.
(Portage version: 2.1.2.5)
Diffstat (limited to 'mail-client/claws-mail')
-rw-r--r-- | mail-client/claws-mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-2.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog index 5e7df38939e6..3993dbe97132 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.28 2007/05/04 11:30:13 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.29 2007/05/04 12:01:56 ticho Exp $ + + 04 May 2007; Andrej Kacian <ticho@gentoo.org> claws-mail-2.9.1.ebuild: + Install KDE service script to correct location. Bug #177013, reported by + Neil Bothwick <neil at digimed.co.uk>. 04 May 2007; Jose Luis Rivero <yoswink@gentoo.org> claws-mail-2.9.1.ebuild: diff --git a/mail-client/claws-mail/claws-mail-2.9.1.ebuild b/mail-client/claws-mail/claws-mail-2.9.1.ebuild index 387d5935857e..d89f4f93f877 100644 --- a/mail-client/claws-mail/claws-mail-2.9.1.ebuild +++ b/mail-client/claws-mail/claws-mail-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-2.9.1.ebuild,v 1.7 2007/05/04 11:30:13 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-2.9.1.ebuild,v 1.8 2007/05/04 12:01:56 ticho Exp $ IUSE="gnome dillo crypt spell ssl ldap ipv6 pda clamav xface kde imap spamassassin doc startup-notification bogofilter" @@ -121,7 +121,7 @@ src_install() { newins template_${desktopfile} ${desktopfile} || die dodir ${kdeprefix}/bin insopts -m 755 - insinto ${kdeprefix}/bin + exeinto ${kdeprefix}/bin doexe ${servicescript} || die fi |