[Xfce4-commits] <thunar:master> Use install-exec-hook for installing the symlink (bug #5835).

Nick Schermer noreply at xfce.org
Thu Oct 8 17:10:01 CEST 2009


Updating branch refs/heads/master
         to 5517dc5dda869f79a668f73a5761534702e176f6 (commit)
       from 4eef4962d6d56d43b1a27846ffcbd0c8b151c17d (commit)

commit 5517dc5dda869f79a668f73a5761534702e176f6
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Oct 8 17:07:18 2009 +0200

    Use install-exec-hook for installing the symlink (bug #5835).
    
    This should fix compilation with parallel builds on case
    in-sensitive filesystems.

 thunar/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 5e0b3d2..281bf6b 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -281,7 +281,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
 # install symlink to 'thunar'
-install-data-local:
+install-exec-hook:
 	$(mkinstalldirs) $(DESTDIR)$(bindir)
 	-( cd $(DESTDIR)$(bindir) ; test -x thunar || ln -sf Thunar thunar )
 



More information about the Xfce4-commits mailing list