summarylogtreecommitdiffstats
path: root/euk.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 /euk.patch
downloadaur-trnascan-se.tar.gz
trnascan-se: patched to use arch recommended dir paths
Diffstat (limited to 'euk.patch')
-rw-r--r--euk.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/euk.patch b/euk.patch
new file mode 100644
index 000000000000..96c25410ed22
--- /dev/null
+++ b/euk.patch
@@ -0,0 +1,11 @@
+--- a/EukHighConfidenceFilter.in 2023-04-21 10:24:56.668769519 +0530
++++ b/EukHighConfidenceFilter.in 2023-04-21 10:51:58.870350139 +0530
+@@ -13,7 +13,7 @@
+ # --------------------------------------------------------------------
+
+ use strict;
+-use lib "@libdir@/tRNAscan-SE";
++use lib "@pkgdatadir@";
+ use Getopt::Long;
+
+ use tRNAscanSE::tRNA;