[Matroska-cvs] [matroska] r1253 - trunk/libebml/make/linux
mosu at matroska.org
mosu at matroska.org
Fri Jun 2 16:32:16 CEST 2006
Author: mosu
Date: 2006-06-02 18:32:15 +0400 (Fri, 02 Jun 2006)
New Revision: 1253
Modified:
trunk/libebml/make/linux/Makefile
Log:
Overwrite existing symlinks during install.
Modified: trunk/libebml/make/linux/Makefile
===================================================================
--- trunk/libebml/make/linux/Makefile 2006-05-10 17:01:56 UTC (rev 1252)
+++ trunk/libebml/make/linux/Makefile 2006-06-02 14:32:15 UTC (rev 1253)
@@ -141,7 +141,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),)
More information about the Matroska-cvs
mailing list