diff Makefile @ 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 60bd6aeed405
children b62c2fdbcde9
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)