mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
use $(INSTALLSTRIP) consistently
patch by Ville Skyttä closes bugzilla #178 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e55d0e680f
commit
9bdbfdf2aa
@ -79,7 +79,7 @@ depend: pci_names.c
|
||||
|
||||
install:
|
||||
mkdir -p $(LIBDIR)
|
||||
install -m 755 -s -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||
install -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||
rm -f $(LIBDIR)/libdha.so
|
||||
ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME)
|
||||
ifeq ($(TARGET_OS),OpenBSD)
|
||||
|
@ -162,7 +162,7 @@ depend:
|
||||
|
||||
install:
|
||||
mkdir -p $(LIBDIR)/mplayer/vidix
|
||||
-install -m 755 -s -p *.so $(LIBDIR)/mplayer/vidix
|
||||
-install -m 755 $(INSTALLSTRIP) -p *.so $(LIBDIR)/mplayer/vidix
|
||||
uninstall:
|
||||
rm -f $(LIBDIR)/mplayer/vidix/*.so
|
||||
rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix
|
||||
|
Loading…
Reference in New Issue
Block a user