[Xfce4-commits] [xfce/thunar] 01/01: Removed GNU extension -i from sed

noreply at xfce.org noreply at xfce.org
Sat Feb 28 15:52:25 CET 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/thunar.

commit d57c68f3f83a0ddc078465d17c3f5e982de359bd
Author: Peter de Ridder <peter at xfce.org>
Date:   Sat Feb 28 15:47:16 2015 +0100

    Removed GNU extension -i from sed
---
 thunar/Makefile.am |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 0055e43..6f66e39 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -314,17 +314,19 @@ thunar-dbus-service-infos.h: $(srcdir)/thunar-dbus-service-infos.xml Makefile
 thunar-thumbnailer-proxy.h: $(srcdir)/thunar-thumbnailer-dbus.xml Makefile
 	$(AM_V_GEN) ( \
 		dbus-binding-tool --mode=glib-client \
-			$(srcdir)/thunar-thumbnailer-dbus.xml > thunar-thumbnailer-proxy.h \
-		&& $(SED) -i -e 's/org_freedesktop_thumbnails_Thumbnailer1/thunar_thumbnailer_proxy/g' \
-			thunar-thumbnailer-proxy.h \
+			$(srcdir)/thunar-thumbnailer-dbus.xml > thunar-thumbnailer-proxy.h.tmp \
+		&& $(SED) -e 's/org_freedesktop_thumbnails_Thumbnailer1/thunar_thumbnailer_proxy/g' \
+			thunar-thumbnailer-proxy.h.tmp > thunar-thumbnailer-proxy.h \
+		&& $(RM) thunar-thumbnailer-proxy.h.tmp \
 	)
 
 thunar-thumbnail-cache-proxy.h: $(srcdir)/thunar-thumbnail-cache-dbus.xml Makefile
 	$(AM_V_GEN) ( \
 		dbus-binding-tool --mode=glib-client \
-			$(srcdir)/thunar-thumbnail-cache-dbus.xml > thunar-thumbnail-cache-proxy.h \
-		&& $(SED) -i -e 's/org_freedesktop_thumbnails_Cache1/thunar_thumbnail_cache_proxy/g' \
-			thunar-thumbnail-cache-proxy.h \
+			$(srcdir)/thunar-thumbnail-cache-dbus.xml > thunar-thumbnail-cache-proxy.h.tmp \
+		&& $(SED) -e 's/org_freedesktop_thumbnails_Cache1/thunar_thumbnail_cache_proxy/g' \
+			thunar-thumbnail-cache-proxy.h.tmp > thunar-thumbnail-cache-proxy.h \
+		&& $(RM) thunar-thumbnail-cache-proxy.h.tmp \
 	)
 endif
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list