diff options
Diffstat (limited to 'packages/mplayer/files/makefile-nostrip-svn.patch')
-rw-r--r-- | packages/mplayer/files/makefile-nostrip-svn.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/mplayer/files/makefile-nostrip-svn.patch b/packages/mplayer/files/makefile-nostrip-svn.patch deleted file mode 100644 index c684001792..0000000000 --- a/packages/mplayer/files/makefile-nostrip-svn.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /tmp/Makefile 2008-06-10 21:05:55.613676241 +0200 -+++ trunk/Makefile 2008-06-10 21:06:30.701172833 +0200 -@@ -797,7 +797,7 @@ - $(INSTALL) -d $(BINDIR) $(CONFDIR) - - install-%: %$(EXESUF) install-dirs -- $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) -+ $(INSTALL) -m 755 $< $(BINDIR) - - install-mplayer-man: $(foreach lang,$(MAN_LANG_ALL),install-mplayer-man-$(lang)) - install-mencoder-man: $(foreach lang,$(MAN_LANG_ALL),install-mencoder-man-$(lang)) |