1
0
Fork 0

Script was looking for wrong executable name.

This commit is contained in:
curt 1999-10-15 00:11:52 +00:00
parent c866ba581d
commit 6d733533ba

View file

@ -29,7 +29,7 @@ $prefix = "@prefix@";
# print "-> $prefix\n";
# potential names of Flight Gear executable to try
@files = ( "fg", "fg.exe" );
@files = ( "fgfs", "fgfs.exe" );
# search for the executable
# potential paths where the executable may be found