[vlc-commits] contrib: correctly copy mac os aliases in package creation (close #12875)
David Fuhrmann
git at videolan.org
Sat Nov 29 11:35:06 CET 2014
vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu Nov 27 23:27:44 2014 +0100| [073a9829b8746fcbf5387f23862ee717e51fd893] | committer: Felix Paul Kühne
contrib: correctly copy mac os aliases in package creation (close #12875)
(cherry picked from commit f1403d277547f10ba2d14d3bcbf86251c6c5f759)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=073a9829b8746fcbf5387f23862ee717e51fd893
---
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 dd2bd25..f242ba6 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