]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/runfgfs.in
Migrate FlightGear code to use "#include SG_GL*" defined in
[flightgear.git] / src / Main / runfgfs.in
index e182be140bbdec0ad2e949c2f46d84a7be1e590b..6ddd7380e2c60733071636f45c8bee35b8eceb72 100755 (executable)
@@ -73,8 +73,8 @@ foreach $path (@paths) {
     if ( $fg_root eq "" ) {
        if ( -d "$path/FlightGear" ) {
            $fg_root = "$path/FlightGear";
-       } elsif ( -d "$path/lib/FlightGear" ) {
-           $fg_root = "$path/lib/FlightGear";
+       } elsif ( -d "$path/share/FlightGear" ) {
+           $fg_root = "$path/share/FlightGear";
        }
     }
 }