private-lib.patch: install .so file to private lib path.
This commit is contained in:
parent
61236d225f
commit
c5494b7991
13
debian/patches/private-lib.patch
vendored
Normal file
13
debian/patches/private-lib.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
private-lib.patch
|
Loading…
x
Reference in New Issue
Block a user