[Xfce4-commits] <xfce4-screenshooter:master> Fix sed rules in Makefile.am (Mark Trompell)

Jérôme Guelfucci noreply at xfce.org
Wed Oct 28 22:38:01 CET 2009


Updating branch refs/heads/master
         to 0dfef7124da06e67e9296769ab7a20e9852fc66e (commit)
       from 4e287cc406245cac012cb37dc372d0db1f8d27a0 (commit)

commit 0dfef7124da06e67e9296769ab7a20e9852fc66e
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Fri Oct 23 12:38:01 2009 +0200

    Fix sed rules in Makefile.am (Mark Trompell)

 Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 639b108..38412b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,8 +104,8 @@ app_desktop_DATA = $(app_desktop_in_files:.desktop.in=.desktop)
 
 src/xfce4-screenshooter.desktop.in: src/xfce4-screenshooter.desktop.in.in
 	$(AM_V_GEN) ( \
-		sed -e "s^@PLUGIN_PATH@^$(libexecdir)/applications^" 	\
-			$< > $@
+		sed -e "s^@PLUGIN_PATH@^$(libexecdir)/applications^" \
+			$< > $@ \
 	)
 
 # Panel plugin
@@ -139,8 +139,8 @@ panel_desktop_DATA = $(panel_desktop_in_files:.desktop.in=.desktop)
 
 panel-plugin/screenshooter.desktop.in: panel-plugin/screenshooter.desktop.in.in
 	$(AM_V_GEN) ( \
-		sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" 	\
-			$< > $@
+		sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
+			$< > $@ \
 	)
 
 # Fallback icons



More information about the Xfce4-commits mailing list