Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57470 - fireflies.xml gets installed in /
Summary: fireflies.xml gets installed in /
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 04:05 UTC by Stefan Schweizer (RETIRED)
Modified: 2004-07-30 00:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Schweizer (RETIRED) gentoo-dev 2004-07-18 04:05:02 UTC
Hi,

The problem could be solved by this patch, as the xml file is already installed by xscreensaver:
--- fireflies-2.06.ebuild.orig  2004-07-18 13:03:35.955926064 +0200
+++ fireflies-2.06.ebuild       2004-07-18 13:03:29.397923032 +0200
@@ -52,6 +52,7 @@
        make DESTDIR=${D} install || die "install failed"
        dodoc COPYING COMPILE README TODO
        dobin add-xscreensaver
+       rm ${D}/fireflies.xml
 }
 
 pkg_postinst() {
Comment 1 Ian Leitch (RETIRED) gentoo-dev 2004-07-28 09:21:19 UTC
Could you please supply your output of `emerge info`. fireflies.xml is being installed into /usr/share/control-center/screensavers/ here, looks like your ${D} got screwed somehow. 
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-07-28 10:14:22 UTC
Now it works for me, perhabs something has changed during the last 10 days. Should I close this bug now?
Comment 3 Ian Leitch (RETIRED) gentoo-dev 2004-07-28 11:51:43 UTC
Did you update portage during that time?
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2004-07-28 12:52:28 UTC
Yes, every day once, and I have ~x86, so I did a emerge -uvaD world every day, too.
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2004-07-30 00:45:39 UTC
As I cannot provide information on this I'll close the bug now.