X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Finstall4j%2Fauto_file_associations.pl;fp=utils%2Finstall4j%2Fauto_file_associations.pl;h=ad08a928ddd9916c418cbdbb6f0f072a1219525b;hb=80495b6099b0fc51b49945dcee69c2491b8ce0a8;hp=69c07bf4f65389fc4ff972e3bcd3bbdeea4297af;hpb=992f8de4d39d69eca640746b5126aae1d62685cc;p=jalview.git diff --git a/utils/install4j/auto_file_associations.pl b/utils/install4j/auto_file_associations.pl index 69c07bf..ad08a92 100755 --- a/utils/install4j/auto_file_associations.pl +++ b/utils/install4j/auto_file_associations.pl @@ -3,7 +3,7 @@ use strict; my $fileformats = $ARGV[0]; -$fileformats = "./src/jalview/io/FileFormats.java" unless $fileformats; +$fileformats = "../../src/jalview/io/FileFormats.java" unless $fileformats; # default mimetype will be text/x-$shortname # TODO: find an actual extension for mat, see JAL-Xxxxx for outstanding issues too