seqan2/seqan2-set_awk_installation.patch
2018-01-15 11:28:49 +01:00

17 lines
778 B
Diff

--- apps/ngs_roi/CMakeLists.orig.txt 2018-01-03 13:42:33.000000000 +0100
+++ apps/ngs_roi/CMakeLists.txt 2018-01-13 12:12:41.328240486 +0100
@@ -86,9 +86,13 @@
tool_shed/roi_sort.sh
# PDF plot script helper.
tool_shed/roi_plot_9.sh
+ DESTINATION ${CMAKE_INSTALL_BINDIR})
+
+# Install helper scripts into ${SHARE_INSTALL_PREFIX}/seqan2 directory.
+install (FILES # PDF plot script helper.
tool_shed/plot.awk
tool_shed/ps2pswLinks.gawk
- DESTINATION ${CMAKE_INSTALL_BINDIR})
+ DESTINATION ${SHARE_INSTALL_PREFIX}/seqan2/pdf_plot_helper)
# Install non-binary files for the package to "." for app builds and
# ${PREFIX}/share/doc/ngs_roi for SeqAn release builds.