Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 52cf6be2c362231a6e2cf2050605c004 > files > 2

strigi-0.7.8-1.mga3.src.rpm

diff --git a/strigiclient/CMakeLists.txt b/strigiclient/CMakeLists.txt
index 7b7d6c7..94d65cd 100644
--- a/strigiclient/CMakeLists.txt
+++ b/strigiclient/CMakeLists.txt
@@ -14,7 +14,7 @@ set(QT_MIN_VERSION "4.3.0")
 
 # definition of LIB_DESTINATION which is the path where the lib is installed
 include(GNUInstallDirs)
-set(LIB_DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
+set(LIB_DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
 
 # Set up RPATH handling, so the libs are found if they are installed to a non-standard location.
 # By default cmake builds the targets with full RPATH to everything in the build directory,