diff options
author | 2010-11-13 20:05:23 +0100 | |
---|---|---|
committer | 2010-11-13 20:05:23 +0100 | |
commit | a586d0687f34f6538bcdb71bdaf678265bda002d (patch) | |
tree | 70e8a976a614f7e85006e259fcafab995def3d33 /games-simulation/flightgear/flightgear-9999.ebuild | |
parent | [games-action/d2x-rebirth] Added edos2unix command from James (diff) | |
download | gamerlay-a586d0687f34f6538bcdb71bdaf678265bda002d.tar.gz gamerlay-a586d0687f34f6538bcdb71bdaf678265bda002d.tar.bz2 gamerlay-a586d0687f34f6538bcdb71bdaf678265bda002d.zip |
[games-simulation/flightgear] fix fgdata download URL
Diffstat (limited to 'games-simulation/flightgear/flightgear-9999.ebuild')
-rw-r--r-- | games-simulation/flightgear/flightgear-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index f3c54c5..e7ae5b3 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -49,7 +49,8 @@ src_install() { pkg_postinst() { elog "FlightGear is now installed, but to run the game you will have to" elog "download fgdata as well." - elog "To do this use \"git clone git://mapserver.flightgear.org/fgdata\"." + elog "To do this use:" + elog "\"git clone git://gitorious.org/fg/fgdata.git\"." elog "You can save fgdata anywhere, but need to set FG_ROOT to that directory or" elog "create an --fg-root= entry in ~/.fgfsrc" elog |