mirror of https://github.com/mpv-player/mpv
Use the install program detected by configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22588 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2a3c9cf22f
commit
9dc0eed5b7
|
@ -72,7 +72,7 @@ dep depend: pci_names.c
|
|||
|
||||
install:
|
||||
-mkdir -p $(LIBDIR)
|
||||
install -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||
$(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||
rm -f $(LIBDIR)/libdha.so
|
||||
ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME)
|
||||
-$(LDCONFIG)
|
||||
|
|
Loading…
Reference in New Issue