Date: Friday, September 2, 2016 @ 21:54:29 Author: arojas Revision: 275700
Drop old patch Deleted: bash-completion/trunk/mpv-dont-install-symlink.patch --------------------------------+ mpv-dont-install-symlink.patch | 23 ----------------------- 1 file changed, 23 deletions(-) Deleted: mpv-dont-install-symlink.patch =================================================================== --- mpv-dont-install-symlink.patch 2016-09-02 21:53:59 UTC (rev 275699) +++ mpv-dont-install-symlink.patch 2016-09-02 21:54:29 UTC (rev 275700) @@ -1,23 +0,0 @@ -From 0382773bbfc21dc1fb5467c1c0426ea3c984b6ec Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <[email protected]> -Date: Sat, 9 Apr 2016 20:06:57 +0300 -Subject: [PATCH] mpv: Don't install symlink for it, fixes #24 - -This was a leftover from 00abd48e5b1d5d79fff46b7f791b2b90d1d6953b ---- - completions/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/completions/Makefile.am b/completions/Makefile.am -index 99c283c..5558d50 100644 ---- a/completions/Makefile.am -+++ b/completions/Makefile.am -@@ -802,7 +802,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
