Bug 32822 - bsd-games wargames script has wrong path
Bug#: 32822 Product:  Gentoo Linux Version: 1.4_rc4 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: thompson@pobox.com
Component: Games
URL: 
Summary: bsd-games wargames script has wrong path
Keywords:  
Status Whiteboard: 
Opened: 2003-11-05 13:29 0000
Description:   Opened: 2003-11-05 13:29 0000
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 From Mr. Bones. 2003-11-05 23:04:20 0000 -------
Fixed in CVS.  Thanks for the bug report.