Commit e0401e74 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Attempt to fix previous commit.

parent 09ec56bd
......@@ -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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment