core/kwallet-pam/install-path.patch

9 lines
324 B
Diff
Raw Normal View History

2015-09-10 14:43:47 +08:00
--- CMakeLists.txt.orig 2015-09-10 08:40:37.836666676 +0200
+++ CMakeLists.txt 2015-09-10 08:41:17.970000009 +0200
@@ -35,4 +35,4 @@
${LIBGCRYPT_LIBRARIES}
)
-install(TARGETS ${library_name} DESTINATION /${CMAKE_INSTALL_LIBDIR}/security)
+install(TARGETS ${library_name} DESTINATION ${CMAKE_INSTALL_LIBDIR}/security)