Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18570 - Chromium enviroment variable to pointing to proper data directory
Summary: Chromium enviroment variable to pointing to proper data directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-31 22:45 UTC by Leon Matthews
Modified: 2003-07-07 05:38 UTC (History)
0 users

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


Attachments
ebuild that copy compiled files to the proper directories (chromium-0.9.12-r3.ebuild,2.01 KB, text/plain)
2003-06-29 19:27 UTC, Sergi Diaz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leon Matthews 2003-03-31 22:45:58 UTC
Using an ebuild from todays rsync, the file /etc/env.d/99chromium contains the
following:

CHROMIUM_DATA=/usr/share/games/chromium

When it should contain:

CHROMIUM_DATA=/usr/share/games/chromium/data

Otherwise the game installs fine

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 2 Sergi Diaz 2003-06-29 19:27:15 UTC
Created attachment 14022 [details]
ebuild that copy compiled files to the proper directories

The file /etc/env.d/99chromium contains
'CHROMIUM_DATA=/usr/share/games/chromium/data' but chromium-0.9.12-r3.ebuild
copy compiled files to /usr/share/games/chrorium/ instead of
/usr/share/games/chrorium/data. I have correct the ebuild. That attachment
contains a working ebuild that copy the files to the proper directories.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-30 07:46:32 UTC
reopened by request
Comment 4 SpanKY gentoo-dev 2003-07-07 05:38:35 UTC
ok, i fixed it in cvs this time ... really i promise :)