You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-shells/bash-completion/files/bash-completion-2.3-remove-...

14 lines
491 B

diff --git a/completions/Makefile.in b/completions/Makefile.in
index 940e873..f9aaaa7 100644
--- a/completions/Makefile.in
+++ b/completions/Makefile.in
@@ -1237,7 +1237,7 @@ symlinks: $(targetdir) $(DATA)
rm -f $(targetdir)/$$file && \
$(LN_S) mcrypt $(targetdir)/$$file ; \
done
- for file in mplayer2 mencoder gmplayer kplayer mpv ; do \
+ for file in mplayer2 mencoder gmplayer kplayer ; do \
rm -f $(targetdir)/$$file && \
$(LN_S) mplayer $(targetdir)/$$file ; \
done