mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
Install targets should not remove files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22590 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c27848dddf
commit
bc1914ecad
@ -70,7 +70,6 @@ dep depend: pci_names.c
|
||||
install:
|
||||
-mkdir -p $(LIBDIR)
|
||||
$(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||
rm -f $(LIBDIR)/libdha.so
|
||||
ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME)
|
||||
-$(LDCONFIG)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user