summaryrefslogtreecommitdiff
path: root/recipes/mplayer/files/makefile-nostrip-svn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mplayer/files/makefile-nostrip-svn.patch')
-rw-r--r--recipes/mplayer/files/makefile-nostrip-svn.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mplayer/files/makefile-nostrip-svn.patch b/recipes/mplayer/files/makefile-nostrip-svn.patch
new file mode 100644
index 0000000000..c684001792
--- /dev/null
+++ b/recipes/mplayer/files/makefile-nostrip-svn.patch
@@ -0,0 +1,11 @@
+--- /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))