vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Mon Feb 27 14:21:47 2012 -0500| [d9f8281b6004cc469cd03f558cceee59a29f678f] | committer: Rafaël Carré
osx packaging: fix typo when creating include directory (cherry picked from commit 62a6fc50d6c2559adb28c238d18729a70525809b) Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=d9f8281b6004cc469cd03f558cceee59a29f678f --- extras/package/macosx/package.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak index b967303..0e3251a 100644 --- a/extras/package/macosx/package.mak +++ b/extras/package/macosx/package.mak @@ -50,7 +50,7 @@ VLC-tmp: vlc mkdir -p $@/Contents/Frameworks && cp -R -L $(CONTRIB_DIR)/Growl.framework $@/Contents/Frameworks/ mkdir -p $@/Contents/MacOS/share/locale/ cp -r "$(prefix)/lib/vlc/lua" "$(prefix)/share/vlc/lua" $@/Contents/MacOS/share/ - mkdir -p $@Contents/MacOS/include/ + mkdir -p $@/Contents/MacOS/include/ cp -r "$(srcdir)/include/vlc" $@/Contents/MacOS/include/ $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $@/Contents/MacOS/share/vlc512x512.png cat $(top_srcdir)/po/LINGUAS | while read i; do \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
