git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89d134
)
mplayer_0.0+1.0rc1.bb : update makefile-nostrip, I missed a change last
author
Graeme Gregory
<dp@xora.org.uk>
Mon, 11 Dec 2006 09:35:38 +0000
(09:35 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Mon, 11 Dec 2006 09:35:38 +0000
(09:35 +0000)
night. #1669 is fixed now.
packages/mplayer/files/makefile-nostrip.patch
patch
|
blob
|
history
diff --git
a/packages/mplayer/files/makefile-nostrip.patch
b/packages/mplayer/files/makefile-nostrip.patch
index
77b50a8
..
22e5c5a
100644
(file)
--- a/
packages/mplayer/files/makefile-nostrip.patch
+++ b/
packages/mplayer/files/makefile-nostrip.patch
@@
-11,3
+11,12
@@
Index: MPlayer-1.0rc1/Makefile
ifeq ($(GUI),yes)
-ln -sf $(PRG) $(BINDIR)/gmplayer
endif
+@@ -430,7 +430,7 @@ endif
+ fi ; \
+ done
+ ifeq ($(MENCODER),yes)
+- $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
++ $(INSTALL) -m 755 $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
+ for i in $(MAN_LANG); do \
+ if test "$$i" = en ; then \
+ cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \