r22421 - /desktop/experimental/gdm/debian/patches/07_libexec-paths.patch

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Sat Nov 21 12:09:28 UTC 2009


Author: lethalman-guest
Date: Sat Nov 21 12:09:27 2009
New Revision: 22421

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22421
Log:
Fix a path in debian/patches/07_libexec-paths.patch, we can't use substitution @LIBDIR@ in *desktop.in.

Modified:
    desktop/experimental/gdm/debian/patches/07_libexec-paths.patch

Modified: desktop/experimental/gdm/debian/patches/07_libexec-paths.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm/debian/patches/07_libexec-paths.patch?rev=22421&op=diff
==============================================================================
--- desktop/experimental/gdm/debian/patches/07_libexec-paths.patch [utf-8] (original)
+++ desktop/experimental/gdm/debian/patches/07_libexec-paths.patch [utf-8] Sat Nov 21 12:09:27 2009
@@ -45,7 +45,7 @@
  Type=Application
  _Name=PolicyKit Authentication Agent
 -Exec=/usr/libexec/polkit-gnome-authentication-agent-1
-+Exec=@LIBDIR@/policykit-1-gnome/polkit-gnome-authentication-agent-1
++Exec=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
  OnlyShowIn=GNOME;
 diff -urN gdm-2.28.1.orig/gui/simple-chooser/gdm-chooser-session.c gdm-2.28.1/gui/simple-chooser/gdm-chooser-session.c
 --- gdm-2.28.1.orig/gui/simple-chooser/gdm-chooser-session.c	2009-10-20 00:12:45.000000000 +0200




More information about the pkg-gnome-commits mailing list