[ember] Use the -u option when diffing

Bruno Wolff III bruno at fedoraproject.org
Wed Feb 1 12:49:31 UTC 2012


commit 0c354f91a29edb10fa54e2056307825900404159
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Wed Feb 1 06:49:24 2012 -0600

    Use the -u option when diffing

 ember-start.patch |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/ember-start.patch b/ember-start.patch
index 9eb6fe0..f85890d 100644
--- a/ember-start.patch
+++ b/ember-start.patch
@@ -1,6 +1,17 @@
-5d4
-< export LD_LIBRARY_PATH=$prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
-35c34
-<   $bindir/ember.bin --prefix $prefix --home $homedata "$@"
----
->   $bindir/ember.bin --home $homedata "$@"
+--- ember.orig	2012-02-01 06:17:28.600733549 -0600
++++ ember	2012-02-01 06:19:21.015020827 -0600
+@@ -2,7 +2,6 @@
+ 
+ bindir="$( cd -P "$( dirname "$0" )" && pwd )"
+ prefix="$( cd -P "$( dirname "$0" )/.." && pwd )"
+-export LD_LIBRARY_PATH=$prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
+ 
+ 
+ homedata="$HOME/.ember"
+@@ -32,5 +31,5 @@
+ else
+   # Execute real ember binary
+   echo "Starting Ember...."
+-  $bindir/ember.bin --prefix $prefix --home $homedata "$@"
++  $bindir/ember.bin --home $homedata "$@"
+ fi


More information about the scm-commits mailing list