X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Frunfgfs.in;h=68ba3dfb0c2bee650dc86e068066ae482ef94e7a;hb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;hp=e182be140bbdec0ad2e949c2f46d84a7be1e590b;hpb=6d733533ba9107af2234a64e752b3136ecff302d;p=flightgear.git diff --git a/src/Main/runfgfs.in b/src/Main/runfgfs.in index e182be140..68ba3dfb0 100755 --- a/src/Main/runfgfs.in +++ b/src/Main/runfgfs.in @@ -5,7 +5,7 @@ # # Written by Curtis Olson, started September 1997. # -# Copyright (C) 1997 - 1998 Curtis L. Olson - curt@me.umn.edu +# Copyright (C) 1997 - 1998 Curtis L. Olson - http://www.flightgear.org/~curt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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"; } } }