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

Makefile.am: Typo in VLC-release.app.

parent c31b8228
......@@ -352,7 +352,7 @@ noinst_DATA = VLC.app
# VLC-release.app is the old VLC.app target
VLC-release.app: vlc
( cd src && make install )
then rm -Rf "$(top_builddir)/tmp"
rm -Rf "$(top_builddir)/tmp"
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
rm -Rf $(top_builddir)/VLC-release.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