| Bug#: 4320 | Product: Gentoo Linux | Version: 1.2 | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: bug-wranglers@gentoo.org | Reported By: patrickn@tygerteam.com | |
| Component: Games | |||
| URL: | |||
| Summary: bzflag-1.7.6.ebuild not complete | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2002-06-29 07:06 0000 | |||
| Description: | Opened: 2002-06-29 07:06 0000 |
For the bzflag ebuild to work (for version 1.7.6):
the line
cat config-sys | sed -e \
"s:INSTALL_DATA_DIR = /usr/X11R6/lib/X11/bzflag/data:INSTALL_DATA_DIR =
/usr/share/bzflag/data:" \
-e "s:-O2:${CFLAGS}:g" > config-sys
should be changed to the 2 lines:
cat config-sys | sed -e \
"s:INSTALL_DATA_DIR = /usr/X11R6/lib/X11/bzflag/data:INSTALL_DATA_DIR =
/usr/share/bzflag/data:" \
-e "s:-O2:${CFLAGS}:g" > config-sys2
mv config-sys2 config.sys
Thanks for the fix. I've altered it slightly in the ebuild to conform to current gentoo implementations for this kind of thing. Please emerge --clean rsync to see the changes.