summarylogtreecommitdiffstats
path: root/tRNAscan-SE.src.patch
diff options
context:
space:
mode:
authorbipin kumar2023-04-23 13:53:19 +0530
committerbipin kumar2023-04-23 13:53:19 +0530
commit77d8089c23c47f0285dbb494d070c1087f76a963 (patch)
tree906e66a6a7ce94cf22f0e2b903609d5ec0f02ac7 /tRNAscan-SE.src.patch
downloadaur-trnascan-se.tar.gz
trnascan-se: patched to use arch recommended dir paths
Diffstat (limited to 'tRNAscan-SE.src.patch')
-rw-r--r--tRNAscan-SE.src.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/tRNAscan-SE.src.patch b/tRNAscan-SE.src.patch
new file mode 100644
index 000000000000..84d9036033d4
--- /dev/null
+++ b/tRNAscan-SE.src.patch
@@ -0,0 +1,20 @@
+--- a/tRNAscan-SE.src 2023-04-21 10:25:14.931510647 +0530
++++ b/tRNAscan-SE.src 2023-04-21 10:51:14.938595131 +0530
+@@ -18,7 +18,7 @@
+ #
+
+ use strict;
+-use lib "@libdir@/tRNAscan-SE";
++use lib "@pkgdatadir@";
+ use Getopt::Long;
+ use tRNAscanSE::Configuration;
+ use tRNAscanSE::tRNA;
+@@ -44,7 +44,7 @@
+ our $program_id = "tRNAscan-SE-".$version;
+
+ # modified by 'make'
+-our $default_conf = "@bindir@/tRNAscan-SE.conf";
++our $default_conf = "@sysconfdir@/tRNAscan-SE.conf";
+
+ # Signal handling
+ $SIG{'TERM'} = 'error_handler';