mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
9 lines
324 B
Diff
9 lines
324 B
Diff
--- 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)
|