summaryrefslogtreecommitdiff
path: root/packages/mplayer/files/makefile-nostrip.patch
blob: 77b50a840acd79a58fe2822ede71b9d3eb064d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: MPlayer-1.0rc1/Makefile
===================================================================
--- MPlayer-1.0rc1.orig/Makefile
+++ MPlayer-1.0rc1/Makefile
@@ -416,7 +416,7 @@ ifeq ($(VIDIX),yes)
 	$(MAKE) -C vidix install
 endif
 	$(INSTALL) -d $(BINDIR)
-	$(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG)
+	$(INSTALL) -m 755 $(PRG) $(BINDIR)/$(PRG)
 ifeq ($(GUI),yes)
 	-ln -sf $(PRG) $(BINDIR)/gmplayer
 endif