summaryrefslogtreecommitdiffstats
path: root/deps/ebook-tools/ebook-tools.paths.diff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/ebook-tools/ebook-tools.paths.diff')
-rw-r--r--deps/ebook-tools/ebook-tools.paths.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/ebook-tools/ebook-tools.paths.diff b/deps/ebook-tools/ebook-tools.paths.diff
new file mode 100644
index 0000000..7f857b0
--- /dev/null
+++ b/deps/ebook-tools/ebook-tools.paths.diff
@@ -0,0 +1,10 @@
+--- ebook-tools-0.2.1/src/libepub/CMakeLists.txt.orig 2010-09-13 21:31:53.000000000 +0200
++++ ebook-tools-0.2.1/src/libepub/CMakeLists.txt 2010-12-09 14:11:39.751653250 +0100
+@@ -4,5 +4,5 @@
+
+ set_target_properties (epub PROPERTIES VERSION 0.2.1 SOVERSION 0)
+
+-install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )
+-install ( FILES epub.h epub_shared.h epub_version.h DESTINATION include )
++install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION ${LIB_INSTALL_DIR} ARCHIVE DESTINATION ${LIB_INSTALL_DIR} )
++install ( FILES epub.h epub_shared.h epub_version.h DESTINATION ${INCLUDE_INSTALL_DIR} )