From: Laurent Montel Date: Mon, 23 Jul 2007 07:01:14 +0000 (+0000) Subject: change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/117899b07c05c3efe5cc5d4818d30322095d76e9 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. svn path=/trunk/KDE/kdebase/apps/; revision=691218 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2484b3b05..ce741d232 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -123,7 +123,7 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR}) ########### install files ############### -install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} ) +install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )