Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28098 - gkrellm-2.1.16.ebuild sets incorrect locale dir.
Summary: gkrellm-2.1.16.ebuild sets incorrect locale dir.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-06 23:18 UTC by ikezoe
Modified: 2003-09-07 15:25 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 ikezoe 2003-09-06 23:18:23 UTC
gkrellm-2.1.16.ebuild sets incorrect locale dir, so impossible to display
foreign language in configuration menu.

I don't know correct ebuild description style, but the following fixes this problem.


--- /usr/portage/app-admin/gkrellm/gkrellm-2.1.16.ebuild        2003-09-05
11:09:22.000000000 +0900
+++ gkrellm-2.1.16.ebuild       2003-09-07 15:03:10.000000000 +0900
@@ -28,7 +28,7 @@
 
        if use gtk2 || use gtk
        then
-               emake || die
+               PREFIX=/usr emake || die
        else
                cd ${S}/server
                emake glib12=1 || die


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-09-07 15:25:36 UTC
fixed