File: do-not-install-binary-from-src-dir.patch

package info (click to toggle)
populations 1.2.33%2Bsvn0120106%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,276 kB
  • sloc: cpp: 10,821; javascript: 1,633; perl: 375; ansic: 137; xml: 125; makefile: 32
file content (10 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,6 +153,6 @@
 if (NOT CMAKE_INSTALL_PREFIX)
 	SET (CMAKE_INSTALL_PREFIX /usr/local)
 endif (NOT CMAKE_INSTALL_PREFIX)
-INSTALL(PROGRAMS src/populations DESTINATION bin)
+#INSTALL(PROGRAMS src/populations DESTINATION bin)
 #INSTALL(DIRECTORY doc/man1 DESTINATION share/man/man1)
 #INSTALL(FILES doc/man1/beads.1 DESTINATION share/man/man1)