Changeset 40df45bfbfe0b6e6ce983bb56e134f0d2f621a46
- Timestamp:
- 05/06/08 20:23:03
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210098183 +0200
- git-parent:
[e2edb44547dfc882d42f687ba677203d0d6e0fa0]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210098183 +0200
- Message:
Fix VLC.app target
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7849b24 |
r40df45b |
|
| 635 | 635 | ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc |
|---|
| 636 | 636 | $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules |
|---|
| 637 | | find modules/ -name '*_plugin.$(LIBEXT)' | while read i; do \ |
|---|
| | 637 | find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ |
|---|
| 638 | 638 | if test -n "$$i" ; \ |
|---|
| 639 | 639 | then ln -sfn "`pwd`/$$i" \ |
|---|