From: David Fuhrmann Date: Thu, 27 Nov 2014 22:27:44 +0000 (+0100) Subject: contrib: correctly copy mac os aliases in package creation (close #12875) X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f1403d277547f10ba2d14d3bcbf86251c6c5f759;p=vlc contrib: correctly copy mac os aliases in package creation (close #12875) --- diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 97e2b62b87..b42ea469fd 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -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 ..; \