Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32822 - bsd-games wargames script has wrong path
Summary: bsd-games wargames script has wrong path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-05 13:29 UTC by Paul Thompson
Modified: 2003-11-05 23:04 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 Paul Thompson 2003-11-05 13:29:20 UTC
Ill just paste a diff that I tested, whitespace be damned!

--- bsd-games-2.13.ebuild.orig  2003-11-05 15:01:55.000000000 -0500
+++ bsd-games-2.13.ebuild       2003-11-05 16:11:23.000000000 -0500
@@ -51,6 +51,8 @@
        dodoc AUTHORS BUGS COPYING ChangeLog ChangeLog.0 INSTALL \
                README PACKAGING SECURITY THANKS TODO YEAR2000
 
+       dosed "s:/usr/games:${GAMES_BINDIR}:" ${GAMES_BINDIR}/wargames
+
        # special subdirs
        #[ `build_game atc` ] && dodir ${GAMES_DATADIR}/atc
        #[ `build_game boggle` ] && dodir ${GAMES_DATADIR}/boggle
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-11-05 23:04:20 UTC
Fixed in CVS.  Thanks for the bug report.