[vlc-commits] contrib: correctly copy mac os aliases in package creation (close #12875)

David Fuhrmann git at videolan.org
Thu Nov 27 23:36:22 CET 2014


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu Nov 27 23:27:44 2014 +0100| [f1403d277547f10ba2d14d3bcbf86251c6c5f759] | committer: David Fuhrmann

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1403d277547f10ba2d14d3bcbf86251c6c5f759
---

 contrib/src/main.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 97e2b62..b42ea46 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 ..; \



More information about the vlc-commits mailing list