[vlc-commits] mac plugin creation: don't put spaces in build product, since this is a bad idea and should be done by the build scripts

Felix Paul Kühne git at videolan.org
Mon Jan 27 15:37:30 CET 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 27 15:37:26 2014 +0100| [11f62d75d1f7b3c23acfef96ca332bc8f68f83c6] | committer: Felix Paul Kühne

mac plugin creation: don't put spaces in build product, since this is a bad idea and should be done by the build scripts

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

 npapi/Makefile.am |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index 46469fb..98d2d52 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -176,11 +176,10 @@ VLC\ Plugin.plugin: $(lib_LTLIBRARIES)
 	ACTION="release-makefile" PRODUCT="VLC-Plugin.plugin" libvlc_dir=$(LIBVLC_PREFIX) src_dir=$(srcdir) build_dir=$(top_builddir) sh "$(top_srcdir)/extras/macosx/build-package.sh"
 	$(INSTALL) "$(top_builddir)/extras/macosx/Info.plist" "$(top_builddir)/VLC-Plugin.plugin/Contents/Info.plist"
 	$(INSTALL) "$(top_builddir)/npapi/.libs/npvlc.dylib" "$(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/"
-	mv $(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/npvlc.dylib "$(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/VLC Plugin"
-	chmod +x "$(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/VLC Plugin"
-	mv "$(top_builddir)/VLC-Plugin.plugin" "$(top_builddir)/VLC Plugin.plugin"
-	find "$(top_builddir)/VLC Plugin.plugin" -type d -exec chmod ugo+rx '{}' \;
-	find "$(top_builddir)/VLC Plugin.plugin" -type f -exec chmod ugo+r '{}' \;
+	mv $(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/npvlc.dylib "$(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/VLC-Plugin"
+	chmod +x "$(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/VLC-Plugin"
+	find "$(top_builddir)/VLC-Plugin.plugin" -type d -exec chmod ugo+rx '{}' \;
+	find "$(top_builddir)/VLC-Plugin.plugin" -type f -exec chmod ugo+r '{}' \;
 
 # uncomment if dependencies on XPCOM libs is sought
 #	if test -d "$(MOZILLA_SDK_PATH)/lib"; then \



More information about the vlc-commits mailing list