File: adapt_profile_location.patch

package info (click to toggle)
brig 0.95%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 33,876 kB
  • sloc: java: 10,117; xml: 986; sh: 39; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 27 Nov 2015 08:36:19 +0100
Description: Adapt profile location

--- a/src/brig/BRIG.java
+++ b/src/brig/BRIG.java
@@ -55,7 +55,7 @@ public class BRIG extends Thread{
 
     public static int POSITION = 0;
     public static Document PROFILE;
-    public static String PROFILE_LOCATION = "default-BRIG.xml";
+    public static String PROFILE_LOCATION = "/usr/share/brig/default-BRIG.xml";
     public static String SL = File.separator;
     public static int GEN_LENGTH = 0;
     public static String header = "BLAST Ring Image Generator v0.95-dev.0003";