Bug 177013 - mail-client/claws-mail installs claws-mail-attach-files.desktop with incorrect path
|
Bug#:
177013
|
Product: Gentoo Linux
|
Version: 2006.1
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: genone@gentoo.org
|
Reported By: neil@digimed.co.uk
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: mail-client/claws-mail installs claws-mail-attach-files.desktop with incorrect path
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-05-04 10:30 0000
|
When the kde USE flag is enabled, the claws-mail ebuild installs
claws-mail-attach-files.desktop with the path to the script as ${kdeprefix}/bin
when the script itself is installed in /usr/lib/claws-mail/tools/.
Sorry, that was my mistake. The fix is elsewhere, though:
--- claws-mail-2.9.1.ebuild 4 May 2007 11:30:13 -0000 1.7
+++ claws-mail-2.9.1.ebuild 4 May 2007 11:51:16 -0000
@@ -121,7 +121,7 @@
newins template_${desktopfile} ${desktopfile} || die
dodir ${kdeprefix}/bin
insopts -m 755
- insinto ${kdeprefix}/bin
+ exeinto ${kdeprefix}/bin
doexe ${servicescript} || die
fi
I am applying it to CVS.
So the desktop file was correct but the script was installed in the wrong
location?
(In reply to comment #3)
> So the desktop file was correct but the script was installed in the wrong
> location?
>
Yes, I mistakenly assumed doexe uses location set by insinto.
Closing as fixed, as it is, for all I know, fixed. :)