Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10995 - fluxconf-0.9.2 needs additional dosym
Summary: fluxconf-0.9.2 needs additional dosym
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 05:22 UTC by Chris Russell (RETIRED)
Modified: 2002-11-20 12:46 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 Chris Russell (RETIRED) gentoo-dev 2002-11-20 05:22:22 UTC
in the ebuild there are 2 lines:

        dosym /usr/bin/fluxconf /usr/bin/fluxkeys
        dosym /usr/bin/fluxconf /usr/bin/fluxmenu

but if you watch the merge you see this:
<snip>
>>> /usr/bin/fluxkeys -> /usr/bin/fluxconf
>>> /usr/bin/fluxbare -> /var/tmp/portage/fluxconf-0.9.2/image//usr/bin/fluxconf
>>> /usr/bin/fluxmenu -> /usr/bin/fluxconf
</snip>

This can be resolved with an extra dosym line,
        dosym /usr/bin/fluxconf /usr/bin/fluxbare

(I could fix it but I don't have CVS access where I am right now, :) )
Comment 1 Matt Keadle 2002-11-20 12:38:41 UTC
Yikes, thanks! Sorry I let that slip by me!
Comment 2 Matt Keadle 2002-11-20 12:46:39 UTC
Done