Changeset e0401e74e037f413632036dd2d5769899882963b
- Timestamp:
- 02/04/08 13:44:50
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202129090 +0000
- git-parent:
[09ec56bdaa8ad8a8cd0305f6d390b6f9347ac722]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202129090 +0000
- Message:
Attempt to fix previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r01458fb |
re0401e7 |
|
| 522 | 522 | VLC.app: vlc |
|---|
| 523 | 523 | ( cd src && make install ) |
|---|
| 524 | | @if test -e "$(top_builddir)/tmp"; then \ |
|---|
| 525 | | rm -Rf "$(top_builddir)/tmp" \ |
|---|
| 526 | | fi \ |
|---|
| | 524 | if test -e "$(top_builddir)/tmp"; then |
|---|
| | 525 | rm -Rf "$(top_builddir)/tmp" |
|---|
| | 526 | fi |
|---|
| 527 | 527 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ |
|---|
| 528 | 528 | rm -Rf $(top_builddir)/VLC.app |
|---|