summaryrefslogtreecommitdiffstats
path: root/kde/polkit-kde/xdg-path.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-23 16:29:22 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-23 16:29:22 +0200
commitb73d673abb4ea046cfa1c17383302ba91d3b5024 (patch)
treeaf781ae7c86c233b1d7109d5e68a33c6a7b85f28 /kde/polkit-kde/xdg-path.patch
parent63e9d10f60dff0889bb060f28a93061340deb0c4 (diff)
downloadnutyx-pakxe-b73d673abb4ea046cfa1c17383302ba91d3b5024.tar.gz
nutyx-pakxe-b73d673abb4ea046cfa1c17383302ba91d3b5024.tar.bz2
nutyx-pakxe-b73d673abb4ea046cfa1c17383302ba91d3b5024.tar.xz
nutyx-pakxe-b73d673abb4ea046cfa1c17383302ba91d3b5024.zip
polkit-kde, port nettoyé
Diffstat (limited to 'kde/polkit-kde/xdg-path.patch')
-rw-r--r--kde/polkit-kde/xdg-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde/polkit-kde/xdg-path.patch b/kde/polkit-kde/xdg-path.patch
deleted file mode 100644
index 872523bb3..000000000
--- a/kde/polkit-kde/xdg-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)