File: put_defs_sh_out_of_path.patch

package info (click to toggle)
drop-seq 3.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 174,608 kB
  • sloc: java: 51,214; sh: 526; xml: 271; makefile: 34
file content (28 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: putting defs.sh under /usr/share/drop-seq-tools in order to avoid
 such a classic and short name in /usr/bin
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2024-04-22

--- a/src/scripts/Drop-seq_alignment.sh
+++ b/src/scripts/Drop-seq_alignment.sh
@@ -23,7 +23,7 @@
 # SOFTWARE.
 
 
-. "$(dirname "$0")"/defs.sh
+. /usr/share/drop-seq-tools/defs.sh
 
 progname=$(basename "$0")
 
--- a/src/scripts/create_Drop-seq_reference_metadata.sh
+++ b/src/scripts/create_Drop-seq_reference_metadata.sh
@@ -23,7 +23,7 @@
 # SOFTWARE.
 
 
-. "$(dirname "$0")"/defs.sh
+. /usr/share/drop-seq-tools/defs.sh
 
 progname=$(basename "$0")