From e9570db11904e7314064f679ccc014910ea5ebba Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Wed, 10 Sep 2008 20:53:50 +0000 Subject: [PATCH] small fix to install dirs svn path=/branches/KDE4/; revision=2395 --- effects/CMakeLists.txt | 3 +-- export/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 86673f6c..4afd65f3 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -31,11 +31,10 @@ sox_flanger.xml sox_pitch.xml sox_reverb.xml sox_vibro.xml -speed.xml threshold.xml volume.xml wave.xml fadein.xml fadeout.xml -DESTINATION share/apps/kdenlive/effects) +DESTINATION ${DATA_INSTALL_DIR}/kdenlive/effects) diff --git a/export/CMakeLists.txt b/export/CMakeLists.txt index e6a43c2d..3ba15fd6 100644 --- a/export/CMakeLists.txt +++ b/export/CMakeLists.txt @@ -2,4 +2,4 @@ INSTALL (FILES profiles.xml -DESTINATION share/apps/kdenlive/export) +DESTINATION ${DATA_INSTALL_DIR}/kdenlive/export) -- 2.39.2