[uzbl] Update Fedora-specific patch

Ben Boeckel mathstuf at fedoraproject.org
Tue Oct 25 16:33:03 UTC 2011


commit cf39d078ea19943980aba493c06698889218fd77
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Tue Oct 25 12:30:05 2011 -0400

    Update Fedora-specific patch

 ...ora-specific-error-messages-on-no-configs.patch |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/0001-Fedora-specific-error-messages-on-no-configs.patch b/0001-Fedora-specific-error-messages-on-no-configs.patch
index f954d8b..09d7ff5 100644
--- a/0001-Fedora-specific-error-messages-on-no-configs.patch
+++ b/0001-Fedora-specific-error-messages-on-no-configs.patch
@@ -1,17 +1,17 @@
-From fe8a23f0875e4daa8c506ebfeb6e65ae6775410b Mon Sep 17 00:00:00 2001
+From 496e9af495db28e19781b60f05a52efe7bcc47eb Mon Sep 17 00:00:00 2001
 From: Ben Boeckel <MathStuf at gmail.com>
-Date: Sat, 2 Oct 2010 16:57:33 -0400
+Date: Tue, 25 Oct 2011 12:28:51 -0400
 Subject: [PATCH] Fedora-specific error messages on no configs
 
 ---
- src/uzbl-browser |   14 +++++++++++++-
+ bin/uzbl-browser |   14 +++++++++++++-
  1 files changed, 13 insertions(+), 1 deletions(-)
 
-diff --git a/src/uzbl-browser b/src/uzbl-browser
-index 88d3742..61a2f56 100755
---- a/src/uzbl-browser
-+++ b/src/uzbl-browser
-@@ -37,7 +37,19 @@ if [ ! -f "$XDG_CONFIG_HOME"/uzbl/config ]
+diff --git a/bin/uzbl-browser b/bin/uzbl-browser
+index fb9a368..8d2f9e3 100755
+--- a/bin/uzbl-browser
++++ b/bin/uzbl-browser
+@@ -39,7 +39,19 @@ if [ ! -f "$XDG_CONFIG_HOME"/uzbl/config ]
  then
  	if [ ! -r "$EXAMPLES"/config/config ]
  	then
@@ -31,7 +31,7 @@ index 88d3742..61a2f56 100755
 +		fi
  		exit 3
  	fi
- 	if ! cp "$EXAMPLES"/config/config "$XDG_CONFIG_HOME"/uzbl/config
+ 	if ! cp "$EXAMPLES"/config/* "$XDG_CONFIG_HOME"/uzbl/
 -- 
-1.7.3.2
+1.7.6
 


More information about the scm-commits mailing list