Commit 17f8ae60 authored by Loïc Minier's avatar Loïc Minier

* was wrongly deleting the extras/ dir

parent 7746a9f0
......@@ -402,9 +402,8 @@ vlc_appdir = $(bindir)
VLC.app: vlc
cd $(top_builddir)
rm -Rf VLC.app
rm -Rf extras
mkdir extras
cp -r $(srcdir)/extras/MacOSX extras
mkdir extras || true
cp -r $(srcdir)/extras/MacOSX extras || true
cd extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'
cd $(top_builddir)
cp -r extras/MacOSX/build/vlc.bundle VLC.app
......
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