Changeset fdf1076a81f09b0fd3bcc3a38e1e5e1f2cbad394
- Timestamp:
- 02/05/08 02:01:09
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202173269 +0000
- git-parent:
[c31b82282b4edff30dcb0d3ce0b0058941fb2c94]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202173269 +0000
- Message:
Makefile.am: Typo in VLC-release.app.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd5582a2 |
rfdf1076 |
|
| 353 | 353 | VLC-release.app: vlc |
|---|
| 354 | 354 | ( cd src && make install ) |
|---|
| 355 | | then rm -Rf "$(top_builddir)/tmp" |
|---|
| | 355 | rm -Rf "$(top_builddir)/tmp" |
|---|
| 356 | 356 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx" |
|---|
| 357 | 357 | rm -Rf $(top_builddir)/VLC-release.app |
|---|