mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
Attempt to fix previous commit.
This commit is contained in:
parent
09ec56bdaa
commit
e0401e74e0
@ -521,9 +521,9 @@ VLC-release.app: vlc
|
||||
|
||||
VLC.app: vlc
|
||||
( cd src && make install )
|
||||
@if test -e "$(top_builddir)/tmp"; then \
|
||||
rm -Rf "$(top_builddir)/tmp" \
|
||||
fi \
|
||||
if test -e "$(top_builddir)/tmp"; then
|
||||
rm -Rf "$(top_builddir)/tmp"
|
||||
fi
|
||||
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
|
||||
rm -Rf $(top_builddir)/VLC.app
|
||||
cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/
|
||||
|
Loading…
Reference in New Issue
Block a user