aboutsummaryrefslogtreecommitdiff
path: root/samples/kpager
diff options
context:
space:
mode:
Diffstat (limited to 'samples/kpager')
-rw-r--r--samples/kpager/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/kpager/CMakeLists.txt b/samples/kpager/CMakeLists.txt
index 1033af75..df8009f3 100644
--- a/samples/kpager/CMakeLists.txt
+++ b/samples/kpager/CMakeLists.txt
@@ -29,7 +29,7 @@ KDE3_ADD_EXECUTABLE(kpager ${kpager_SRCS})
TARGET_LINK_LIBRARIES(kpager ${QT_AND_KDECORE_LIBS} kdeui )
-INSTALL_TARGETS(/bin kpager )
+install(TARGETS kpager DESTINATION bin)
########### install files ###############