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

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


Updating branch refs/heads/master
         to 022b3d50d2cf772d875015f7c3b097789d2e4416 (commit)
       from 162bc8d90b1772946a56ab85fef6560e31398cd7 (commit)

commit 022b3d50d2cf772d875015f7c3b097789d2e4416
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Oct 8 17:05:19 2009 +0200

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

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

diff --git a/terminal/Makefile.am b/terminal/Makefile.am
index b461d40..4c31d9d 100644
--- a/terminal/Makefile.am
+++ b/terminal/Makefile.am
@@ -92,7 +92,7 @@ Terminal_LDADD = \
 	$(TERMINAL_LIBS)
 
 # install symlink to 'terminal'
-install-data-local:
+install-exec-hook:
 	$(mkinstalldirs) $(DESTDIR)$(bindir)
 	-( cd $(DESTDIR)$(bindir) ; test -x terminal || ln -sf Terminal terminal )
 



More information about the Xfce4-commits mailing list