From 80495b6099b0fc51b49945dcee69c2491b8ce0a8 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 8 May 2019 17:35:31 +0100 Subject: [PATCH] JAL-3247 JAL-3254 changing default location of jalview/io/FileFormat.java relative to the util/install4j dir --- utils/install4j/auto_file_associations.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.2