Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25901 - jumpnbump menu script selects levels from wrong directory
Summary: jumpnbump menu script selects levels from wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High major
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-04 13:07 UTC by Jens H. Kruuse
Modified: 2003-08-04 13:37 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 Jens H. Kruuse 2003-08-04 13:07:25 UTC
The tcl script looks for the extra levels in the right place but doesn't use the chosen 
one. 
 
/usr/games/bin/jnbmenu.tcl line 52: 
set file "/usr/games/jumpnbump/..." 
should be 
set file "/usr/share/games/jumpnbump/..." 
 

Reproducible: Always
Steps to Reproduce:
1.  
2. 
3.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-08-04 13:37:29 UTC
Fixed in CVS.  Since most people don't seem to use the menu I didn't bump the
revision at all so remerge to make the menu work correctly.