Changeset 2105332a1e0e2d970280b0b5145ebb1d129d3516
- Timestamp:
- 27/12/02 09:37:25
(6 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1040978245 +0000
- git-parent:
[d65301abfbc6cb4ec8b72b0c3e25e7ad5ae0230e]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1040978245 +0000
- Message:
Fixed a typo.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd65301a |
r2105332 |
|
| 476 | 476 | $(INSTALL) -d vlc.app/Contents/MacOS/locale |
|---|
| 477 | 477 | for i in $(CATALOGS); do |
|---|
| 478 | | mkdir -p vlc.app/Contents/MacOS/locale/${i%.gmo}/LC_MESSAGES |
|---|
| 479 | | cp po/$i vlc.app/Contents/MacOS/locale/${i%.gmo}/LC_MESSAGES/vlc.mo |
|---|
| | 478 | mkdir -p vlc.app/Contents/MacOS/locale/$${i%.gmo}/LC_MESSAGES |
|---|
| | 479 | cp po/$$i vlc.app/Contents/MacOS/locale/$${i%.gmo}/LC_MESSAGES/vlc.mo |
|---|
| 480 | 480 | done |
|---|
| 481 | 481 | endif |
|---|