Tweak paths.
This commit is contained in:
parent
ef475aa007
commit
b885e3ff87
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/bash
|
#!/bin/bash
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
#
|
#
|
||||||
# adapt the following two entries to your needs:
|
# adapt the following two entries to your needs:
|
||||||
#
|
#
|
||||||
fgfs="../FlightGear/src/Main/fgfs"
|
fgfs="../../src/Main/fgfs"
|
||||||
opt="--disable-game-mode --disable-fullscreen --fdm=magic"
|
opt="--disable-game-mode --disable-fullscreen --fdm=magic"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue