Changeset a82cb9cd0e154c9d0846ade9113f65b80683a40f
- Timestamp:
- 02/04/08 02:39:48
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202089188 +0000
- git-parent:
[70a7449f5a0ddafe99451e29fe6f04bf421e8247]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202089188 +0000
- Message:
projects/mozilla/Makefile.am: Fix Mac OS X's package file location.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2e888fd |
ra82cb9c |
|
| 130 | 130 | $(INSTALL) -d "$@/Contents/Resources" |
|---|
| 131 | 131 | $(INSTALL) npvlc.rsrc "$@/Contents/Resources/VLC Plugin.rsrc" |
|---|
| 132 | | cp -r "$(top_srcdir)/extras/MacOSX/plugin/English.lproj" "$@/Contents/Resources/" |
|---|
| 133 | | $(INSTALL) "$(top_srcdir)/extras/MacOSX/plugin/Info.plist" "$@/Contents/Info.plist" |
|---|
| | 132 | cp -r "$(top_srcdir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/" |
|---|
| | 133 | $(INSTALL) "$(top_srcdir)/extras/package/macosx/plugin/Info.plist" "$@/Contents/Info.plist" |
|---|
| 134 | 134 | $(INSTALL) -d "$@/Contents/MacOS/modules" |
|---|
| 135 | 135 | for i in "" `$(VLC_CONFIG) --target plugin` ; do \ |
|---|