Commit f1403d27 authored by David Fuhrmann's avatar David Fuhrmann

contrib: correctly copy mac os aliases in package creation (close #12875)

parent 90c479c2
......@@ -375,7 +375,7 @@ prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
package: install
rm -Rf tmp/
mkdir -p tmp/
cp -r $(PREFIX) tmp/
cp -R $(PREFIX) tmp/
# remove useless files
cd tmp/$(notdir $(PREFIX)); \
cd share; rm -Rf man doc gtk-doc info lua projectM gettext; cd ..; \
......
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