File: fix_util_installation.patch

package info (click to toggle)
mmseqs2 18-8cc5c%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,388 kB
  • sloc: cpp: 87,288; ansic: 10,655; sh: 2,919; makefile: 142; perl: 13
file content (20 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Prevent CMake from installing util/
 We handle this within *.installs ourselves
Author: Shayan Doust <hello@shayandoust.me>
Last-Update: 2019-07-16
Forwarded: not-needed
---

Index: mmseqs2/util/CMakeLists.txt
===================================================================
--- mmseqs2.orig/util/CMakeLists.txt
+++ mmseqs2/util/CMakeLists.txt
@@ -1,4 +1,4 @@
-install(PROGRAMS
-        bash-completion.sh
-        DESTINATION util
-        )
+#install(PROGRAMS
+#        bash-completion.sh
+#        DESTINATION util
+#        )