download_and_compile.sh: fix path in generated default TerraGearGUI.conf
The 'flightgear' path in ~/.config/TerraGear/TerraGearGUI.conf is supposed to point to $FG_ROOT, not to the FlightGear repository...
This commit is contained in:
parent
882ab6ae59
commit
ecd4b9aab3
1 changed files with 1 additions and 1 deletions
|
@ -1337,7 +1337,7 @@ if _elementIn "TERRAGEARGUI" "${WHATTOBUILD[@]}"; then
|
|||
mkdir -p ~/.config/TerraGear
|
||||
echo "[paths]" > "$cfgFile"
|
||||
echo "terragear=$INSTALL_DIR_TG" >> "$cfgFile"
|
||||
echo "flightgear=$INSTALL_DIR_FGFS" >> "$cfgFile"
|
||||
echo "flightgear=$INSTALL_DIR_FGFS/fgdata" >> "$cfgFile"
|
||||
fi
|
||||
|
||||
SCRIPT=run_terrageargui.sh
|
||||
|
|
Loading…
Reference in a new issue