summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/common/CMakeLists.txt')
-rw-r--r--amarok/src/scripts/common/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/amarok/src/scripts/common/CMakeLists.txt b/amarok/src/scripts/common/CMakeLists.txt
index 68e4099c..c1a944ad 100644
--- a/amarok/src/scripts/common/CMakeLists.txt
+++ b/amarok/src/scripts/common/CMakeLists.txt
@@ -9,4 +9,7 @@
#
#################################################
-install( FILES Zeroconf.py Publisher.py DESTINATION ${DATA_INSTALL_DIR}/amarok/scripts/common )
+install(
+ PROGRAMS Zeroconf.py Publisher.py
+ DESTINATION ${DATA_INSTALL_DIR}/amarok/scripts/common
+)