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 <pe...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to