Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40903 - Looking for install in /bin, should be /usr/bin
Summary: Looking for install in /bin, should be /usr/bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 16:38 UTC by Jeff
Modified: 2004-02-08 17:04 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 Jeff 2004-02-08 16:38:00 UTC
Emerge fails for me until I change:

src_install () {

        make \
                DESTDIR=${D} \
                INSTALL="/bin/install -c" \

to INSTALL="/usr/bin/install -c"

Reproducible: Always
Steps to Reproduce:
1.Everytime until applying the above changes.
2.
3.
Comment 1 Jeff 2004-02-08 16:51:15 UTC
sorry, this should be for id3 ebuild
Comment 2 SpanKY gentoo-dev 2004-02-08 17:04:54 UTC
fixed in cvs, thanks