Magellan Linux

Annotation of /trunk/polkit-kde/patches/polkit-kde-0.95.1-xdg-path.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 979 - (hide annotations) (download)
Sat Feb 13 09:47:25 2010 UTC (14 years, 3 months ago) by niro
File size: 641 byte(s)
plokit-kde patches

1 niro 979 --- agent/CMakeLists.txt 2009-12-23 12:31:29.000000000 +0100
2     +++ agent/CMakeLists.txt 2010-02-10 21:26:05.183779591 +0100
3     @@ -18,8 +18,8 @@
4    
5     install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${LIBEXEC_INSTALL_DIR})
6    
7     -# Install .desktop file to the XDG_CONFIG_DIRS if exists, to the /etc/xdg/autostart otherwise
8     -set (DESKTOP_INSTALL_DIR $ENV{XDG_CONFIG_DIRS})
9     +# Install .desktop file to the XDG_CONFIG_DIRS/autostart if exists, to the /etc/xdg/autostart otherwise
10     +set (DESKTOP_INSTALL_DIR $ENV{XDG_CONFIG_DIRS}/autostart)
11     if (DESKTOP_INSTALL_DIR)
12     else (DESKTOP_INSTALL_DIR)
13     set (DESKTOP_INSTALL_DIR /etc/xdg/autostart)