diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-12-11 09:47:01 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2006-12-11 09:47:01 +0000 |
| commit | f1a5f5eeea35fe8c297c8dd322d9df46f8c076fe (patch) | |
| tree | 56ae2a9c717e471c40076c4af3a096e75b70999b | |
| parent | 2d5a8c0d306780c7392832be236add1f3994b1ea (diff) | |
| parent | 7a37144f6b8ce88700a028d407c137c715125263 (diff) | |
merge of 7e13a86ae2bbc736c48cab6979535e57625e044c
and b564b6d6b3a9c27b19d4ef502731dc9714e94e68
| -rw-r--r-- | packages/mplayer/files/makefile-nostrip.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/mplayer/files/makefile-nostrip.patch b/packages/mplayer/files/makefile-nostrip.patch index 77b50a840a..22e5c5ad61 100644 --- 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 ; \ |
