private-lib.patch: install .so file to private lib path.

This commit is contained in:
Andrew Lee (李健秋) 2015-08-15 20:13:52 +08:00
parent 61236d225f
commit c5494b7991
2 changed files with 14 additions and 0 deletions

13
debian/patches/private-lib.patch vendored Normal file
View File

@ -0,0 +1,13 @@
Description: Install private .so file into proper directory.
Author: Andrew Lee (李健秋) <ajqlee@debian.org>
--- lxqt-config-0.9.0+20150806.orig/liblxqt-config-cursor/CMakeLists.txt
+++ lxqt-config-0.9.0+20150806/liblxqt-config-cursor/CMakeLists.txt
@@ -80,7 +80,7 @@ target_link_libraries(lxqt-config-cursor
install(TARGETS
lxqt-config-cursor
- DESTINATION "${CMAKE_INSTALL_LIBDIR}"
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}"
COMPONENT Runtime
)
install(FILES

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
private-lib.patch