[Matroska-cvs] [matroska] r1254 - trunk/libmatroska/make/linux

mosu at matroska.org mosu at matroska.org
Fri Jun 2 16:32:53 CEST 2006


Author: mosu
Date: 2006-06-02 18:32:52 +0400 (Fri, 02 Jun 2006)
New Revision: 1254

Modified:
   trunk/libmatroska/make/linux/Makefile
Log:
Overwrite existing symlinks during install.

Modified: trunk/libmatroska/make/linux/Makefile
===================================================================
--- trunk/libmatroska/make/linux/Makefile	2006-06-02 14:32:15 UTC (rev 1253)
+++ trunk/libmatroska/make/linux/Makefile	2006-06-02 14:32:52 UTC (rev 1254)
@@ -172,7 +172,7 @@
 install_sharedlib: $(LIBRARY_SO)
 	$(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
 	$(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
-	ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
+	ln -fs $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
 
 ifneq ($(wildcard .depend),)
 include .depend



More information about the Matroska-cvs mailing list