Commit 1e5cb576 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

contrib also needs share/libtool when using the binary package.

parent 229a8957
......@@ -81,7 +81,7 @@ package-macosx:
fi
mkdir tmp
tar cf - bin sbin include lib vlc-lib share/aclocal* share/autoconf* \
share/automake* share/gettext* \
share/automake* share/gettext* share/libtool* \
| (cd tmp; tar xf -)
./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@
(cd tmp; tar cf - .) | bzip2 -c > contrib-macosx.tar.bz2
......
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