Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155126 - games-fps/quake3-alternatefire bad script
Summary: games-fps/quake3-alternatefire bad script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 05:16 UTC by cucu ionut
Modified: 2006-11-15 11:41 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 cucu ionut 2006-11-14 05:16:24 UTC
In that package file /usr/games/bin/quake3-alternatefire is
#!/bin/sh
exec "/usr/games/bin"/quake3-bin +set fs_game alternatefire ${@}
wich should be 
#!/bin/sh
exec "/usr/games/bin"/quake3 +set fs_game alternatefire ${@}
as quake3 executable is  /usr/games/bin/quake3 and not  /usr/games/bin/quake3-bin
I got this on ~amd64 arch
Comment 1 Wernfried Haas (RETIRED) gentoo-dev 2006-11-14 05:19:57 UTC
Not a devrel bug, reassigning.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-14 19:26:41 UTC
Try to reinstall it, you didn't prove emerge --info, but I'm guessing you might need a newer revision of the eclass.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-15 11:41:16 UTC
Yeah, I just tested it.  It works fine with the latest eclass revision.