Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13724 - app-misc/gentoo-0.11.34.ebuild is broken
Summary: app-misc/gentoo-0.11.34.ebuild is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-11 10:19 UTC by Alain Penders (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Fixed ebuild (gentoo-0.11.34.ebuild,1.16 KB, text/plain)
2003-01-11 10:22 UTC, Alain Penders (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alain Penders (RETIRED) gentoo-dev 2003-01-11 10:19:42 UTC
The ebuild installs the gentoorc and gentoogtkrc files in /etc instead of
/etc/gentoo, but configures the binary to look in /etc/gentoo.

To fix, change:
        einstall || die
To:
        einstall sysconfdir=${D}/etc/gentoo || die
Comment 1 Alain Penders (RETIRED) gentoo-dev 2003-01-11 10:22:28 UTC
Created attachment 7198 [details]
Fixed ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-16 07:07:41 UTC
nice catch :)