aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-07-20 13:08:26 +0000
committerAleix Pol <aleixpol@kde.org>2014-04-26 14:11:14 +0200
commit0e10b4df6ae8a201f2ba5d0ea59da7ea4db3853f (patch)
treed6c6a62915e7f6c40dc6ba6290b4d78191976ff1 /src
parent7f127ff5b805db6cc72dd8bf5019b274afff47c6 (diff)
downloadkconfig-0e10b4df6ae8a201f2ba5d0ea59da7ea4db3853f.tar.gz
kconfig-0e10b4df6ae8a201f2ba5d0ea59da7ea4db3853f.tar.bz2
Replace all bin by ${BIN_INSTALL_DIR}
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=564549
Diffstat (limited to 'src')
-rw-r--r--src/kreadconfig/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kreadconfig/CMakeLists.txt b/src/kreadconfig/CMakeLists.txt
index a23984d5..cf1e4cf2 100644
--- a/src/kreadconfig/CMakeLists.txt
+++ b/src/kreadconfig/CMakeLists.txt
@@ -13,7 +13,7 @@ kde4_add_executable(kreadconfig ${kreadconfig_SRCS})
target_link_libraries(kreadconfig ${KDE4_KDEUI_LIBS} )
-install(TARGETS kreadconfig DESTINATION bin)
+install(TARGETS kreadconfig DESTINATION ${BIN_INSTALL_DIR})
########### next target ###############
@@ -26,7 +26,7 @@ kde4_add_executable(kwriteconfig ${kwriteconfig_SRCS})
target_link_libraries(kwriteconfig ${KDE4_KDECORE_LIBS} )
-install(TARGETS kwriteconfig DESTINATION bin)
+install(TARGETS kwriteconfig DESTINATION ${BIN_INSTALL_DIR})
########### install files ###############