r21380 - /packages/unstable/update-notifier/debian/patches/08_gksu_preserve_environment.diff

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Sun Sep 20 10:27:42 UTC 2009


Author: speijnik-guest
Date: Sun Sep 20 10:27:42 2009
New Revision: 21380

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21380
Log:
Fixed typo in patch. Now the patch should finally be fixed.

Modified:
    packages/unstable/update-notifier/debian/patches/08_gksu_preserve_environment.diff

Modified: packages/unstable/update-notifier/debian/patches/08_gksu_preserve_environment.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/patches/08_gksu_preserve_environment.diff?rev=21380&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/patches/08_gksu_preserve_environment.diff [utf-8] (original)
+++ packages/unstable/update-notifier/debian/patches/08_gksu_preserve_environment.diff [utf-8] Sun Sep 20 10:27:42 2009
@@ -1,5 +1,5 @@
---- update-notifier-0.70.7.debian/src/update-notifier.c	2009-09-20 12:22:43.000000000 +0200
-+++ ../update-notifier-0.70.7.debian/src/update-notifier.c	2009-09-20 12:20:21.000000000 +0200
+--- src/update-notifier.c	2009-09-20 12:22:43.000000000 +0200
++++ src/update-notifier.c~	2009-09-20 12:20:21.000000000 +0200
 @@ -81,13 +81,14 @@
  invoke_with_gksu(gchar *cmd, gchar *descr, gboolean whole_message)
  {
@@ -12,7 +12,7 @@
 -	argv[3] = "--";
 -	argv[4] = cmd;
 -	argv[5] = NULL;
-+	arvg[3] = "-k";
++	argv[3] = "-k";
 +	argv[4] = "--";
 +	argv[5] = cmd;
 +	argv[6] = NULL;




More information about the pkg-gnome-commits mailing list