]> git.mxchange.org Git - flightgear.git/commitdiff
Search in share/FlightGear instead of lib/FlightGear
authorehofman <ehofman>
Sun, 6 Jun 2004 19:31:42 +0000 (19:31 +0000)
committerehofman <ehofman>
Sun, 6 Jun 2004 19:31:42 +0000 (19:31 +0000)
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";
        }
     }
 }