Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123937 - mhonarc-2.6.15 installs itself into / instead of /usr
Summary: mhonarc-2.6.15 installs itself into / instead of /usr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Joshua Kinard
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 07:06 UTC by HARGITAI Gabor
Modified: 2006-10-19 09:39 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 HARGITAI Gabor 2006-02-24 07:06:22 UTC
I emerged mhonarc-2.6.15 and it put the mhonarc executable into /bin for example. Look like the prefix is set to / instead of /usr
Comment 1 HARGITAI Gabor 2006-05-02 15:45:47 UTC
In mhonarc-2.6.15.ebuild in this line:
sed -e "s|\$(INSTALLPRG)|\$(INSTALLPRG) -prefix ${D}|g" -i Makefile
if I put a /usr after ${D}, so the line looks like:
sed -e "s|\$(INSTALLPRG)|\$(INSTALLPRG) -prefix ${D}/usr|g" -i Makefile

Then it installs correctly into /usr
I don't know if it is a dirty hack.
Comment 2 Ilya Volynets (RETIRED) gentoo-dev 2006-10-19 09:39:19 UTC
Looks like this was fixed together with #123134