]> git.sesse.net Git - kdenlive/commitdiff
small fix to install dirs
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 10 Sep 2008 20:53:50 +0000 (20:53 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 10 Sep 2008 20:53:50 +0000 (20:53 +0000)
svn path=/branches/KDE4/; revision=2395

effects/CMakeLists.txt
export/CMakeLists.txt

index 86673f6c327fee6e924a659a3d19e0dd39991248..4afd65f34569576e5ab541df6e598d63f24e364a 100644 (file)
@@ -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)
index e6a43c2d1261a5c99cdb6cb4d8d17e93aea9ef52..3ba15fd690acc535a5a67425f8d3afdc047ca3cb 100644 (file)
@@ -2,4 +2,4 @@ INSTALL (FILES
 
 profiles.xml
 
-DESTINATION share/apps/kdenlive/export)
+DESTINATION ${DATA_INSTALL_DIR}/kdenlive/export)