[Xfce4-commits] r30106 - terminal/trunk/terminal
    Nick Schermer 
    nick at xfce.org
       
    Sat Jun 27 23:13:03 CEST 2009
    
    
  
Author: nick
Date: 2009-06-27 21:13:02 +0000 (Sat, 27 Jun 2009)
New Revision: 30106
Modified:
   terminal/trunk/terminal/Makefile.am
Log:
Check for case problems when creating the symlink (bug #4431).
Modified: terminal/trunk/terminal/Makefile.am
===================================================================
--- terminal/trunk/terminal/Makefile.am	2009-06-27 21:12:51 UTC (rev 30105)
+++ terminal/trunk/terminal/Makefile.am	2009-06-27 21:13:02 UTC (rev 30106)
@@ -90,7 +90,7 @@
 # install symlink to 'terminal'
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(bindir)
-	-( cd $(DESTDIR)$(bindir) ; ln -sf Terminal terminal )
+	-( cd $(DESTDIR)$(bindir) ; test -x terminal || ln -sf Terminal terminal )
 
 if HAVE_DBUS
 Terminal_CFLAGS +=							\
    
    
More information about the Xfce4-commits
mailing list