Script was looking for wrong executable name.
This commit is contained in:
parent
c866ba581d
commit
6d733533ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue