Showing 1 changed files with 1 additions and 0 deletions
+1
.fgfs/fgfs_function
... ...
@@ -122,6 +122,7 @@ function fgfs () {
122 122
                 if test -n "$REPLY" && test ${REPLY:l} = "y"; then
123 123
                     svn co https://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/$model $FGADDON/Aircraft/$model
124 124
                     fgfs_args+=("--aircraft=$fgfs_arg")
125
+                    fgfs_args+=("--fg-aircraft=$FGADDON/Aircraft")
125 126
                 else
126 127
                     echo "aircraft $fgfs_arg isn't installed"
127 128
                     return