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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user