[guake] Fix sed

Pierre-YvesChibon pingou at fedoraproject.org
Sat Jan 14 10:33:57 UTC 2012


commit d3e8b8d2956f32a3f9a487770e808f2f4159d69c
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Sat Jan 14 11:36:55 2012 +0100

    Fix sed

 guake.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/guake.spec b/guake.spec
index fec244b..886b7f0 100644
--- a/guake.spec
+++ b/guake.spec
@@ -43,8 +43,8 @@ sed -i -e 's|if test -z "$ac_pvte_result"; then|if test -z "" ; then|g' configur
 
 %patch0 -p1 -b .
 
-sed -i '/#include <gdk/gdkwindow.h>/d' src/globalhotkeys/keybinder.c
-sed -i '/#include <gdk/gdkx.h>/d' src/globalhotkeys/keybinder.c
+sed -i "/#include <gdk\/gdkwindow.h>/d" src/globalhotkeys/keybinder.c
+sed -i "/#include <gdk\/gdkx.h>/d" src/globalhotkeys/keybinder.c
 
 %build
 %configure --disable-schemas-install --disable-static


More information about the scm-commits mailing list