Mercurial > mplayer.hg
changeset 16991:4beb036cd4fc
fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
author | ptt |
---|---|
date | Wed, 16 Nov 2005 10:38:23 +0000 |
parents | 4c168a0b85e0 |
children | 58e526a6a8dc |
files | Makefile |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Nov 15 18:21:13 2005 +0000 +++ b/Makefile Wed Nov 16 10:38:23 2005 +0000 @@ -510,10 +510,11 @@ -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)