diff options
author | sibel <lesibel at free dot fr> | 2010-07-30 10:50:34 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-30 10:50:34 +0200 |
commit | dde3a8013f60318fd8cbe1e76558be2ddef33195 (patch) | |
tree | 36dbf0e399265244c3af0a73dcc49dd5f4229286 /kde/polkit-kde/xdg-path.patch | |
parent | 8fa19ec992ebdb86cdae3a84d946655ccab80bc7 (diff) | |
download | nutyx-pakxe-dde3a8013f60318fd8cbe1e76558be2ddef33195.tar.gz nutyx-pakxe-dde3a8013f60318fd8cbe1e76558be2ddef33195.tar.bz2 nutyx-pakxe-dde3a8013f60318fd8cbe1e76558be2ddef33195.tar.xz nutyx-pakxe-dde3a8013f60318fd8cbe1e76558be2ddef33195.zip |
ajout de polkit-kde#0.95.1-1
Diffstat (limited to 'kde/polkit-kde/xdg-path.patch')
-rw-r--r-- | kde/polkit-kde/xdg-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kde/polkit-kde/xdg-path.patch b/kde/polkit-kde/xdg-path.patch new file mode 100644 index 000000000..872523bb3 --- /dev/null +++ b/kde/polkit-kde/xdg-path.patch @@ -0,0 +1,13 @@ +--- agent/CMakeLists.txt 2009-12-23 12:31:29.000000000 +0100 ++++ agent/CMakeLists.txt 2010-02-10 21:26:05.183779591 +0100 +@@ -18,8 +18,8 @@ + + install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${LIBEXEC_INSTALL_DIR}) + +-# Install .desktop file to the XDG_CONFIG_DIRS if exists, to the /etc/xdg/autostart otherwise +-set (DESKTOP_INSTALL_DIR $ENV{XDG_CONFIG_DIRS}) ++# Install .desktop file to the XDG_CONFIG_DIRS/autostart if exists, to the /etc/xdg/autostart otherwise ++set (DESKTOP_INSTALL_DIR $ENV{XDG_CONFIG_DIRS}/autostart) + if (DESKTOP_INSTALL_DIR) + else (DESKTOP_INSTALL_DIR) + set (DESKTOP_INSTALL_DIR /etc/xdg/autostart) |