diff --git a/debian/patches/private-lib.patch b/debian/patches/private-lib.patch deleted file mode 100644 index 3ac4ea2..0000000 --- a/debian/patches/private-lib.patch +++ /dev/null @@ -1,13 +0,0 @@ -Description: Install private .so file into proper directory. -Author: Andrew Lee (李健秋) ---- 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 diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index b266763..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -private-lib.patch