git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992f8de
)
JAL-3247 JAL-3254 changing default location of jalview/io/FileFormat.java relative...
author
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 8 May 2019 16:35:31 +0000
(17:35 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 8 May 2019 16:35:31 +0000
(17:35 +0100)
utils/install4j/auto_file_associations.pl
patch
|
blob
|
history
diff --git
a/utils/install4j/auto_file_associations.pl
b/utils/install4j/auto_file_associations.pl
index
69c07bf
..
ad08a92
100755
(executable)
--- 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