[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    icecream/client
From:       Michael Jansen <kde () michael-jansen ! biz>
Date:       2010-02-14 20:59:40
Message-ID: 1266181180.309798.6073.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1090191 by mjansen:

Fix the second installation attempt. LN_S is 'ln -s' which obviously
failes the second time. This should be identical.

CCMAIL: l.lunak@suse.cz

 M  +1 -2      Makefile.am  


--- trunk/icecream/client/Makefile.am #1090190:1090191
@@ -10,8 +10,7 @@
 
 install-exec-local:
 	$(mkinstalldirs) $(DESTDIR)$(bindir)
-	(cd $(DESTDIR)$(bindir) && $(LN_S) icecc icerun)
-	for link in g++ gcc c++ cc; do \
+	for link in g++ gcc c++ cc icerun; do \
 	  rm -f $(DESTDIR)$(bindir)/$$link ;\
 	  $(LN_S) icecc $(DESTDIR)$(bindir)/$$link ;\
 	done
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic