mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16992 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5e0cd5b326
commit
ac00b6bc33
9
Makefile
9
Makefile
@ -510,10 +510,11 @@ uninstall:
|
||||
-rm -f $(prefix)/share/applications/mplayer.desktop
|
||||
-rm -f $(LIBDIR)/libmpdvdkit.so
|
||||
for l in $(MAN_LANG); do \
|
||||
if test "i$$l" != "en"; then \
|
||||
-rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \
|
||||
-rm -f $(MANDIR)/$$l/man1/gmplayer.1 \
|
||||
fi \
|
||||
if test "$$l" != "en"; then \
|
||||
rm -f $(MANDIR)/$$l/man1/mplayer.1 \
|
||||
$(MANDIR)/$$l/man1/mencoder.1 \
|
||||
$(MANDIR)/$$l/man1/gmplayer.1 ; \
|
||||
fi ; \
|
||||
done
|
||||
ifeq ($(VIDIX),yes)
|
||||
$(DO_MAKE)
|
||||
|
Loading…
Reference in New Issue
Block a user