[vlc-commits] Win32: fix packaging of webplugin
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Dec 29 02:52:05 CET 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 29 02:43:40 2011 +0100| [6dcb0ee0e937793c04fa4c9b3b3fe35f45ca1abd] | committer: Jean-Baptiste Kempf
Win32: fix packaging of webplugin
Else, it would create 36MB .exe installers when using package-win32
target.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6dcb0ee0e937793c04fa4c9b3b3fe35f45ca1abd
---
 extras/package/win32/package.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 2a22f65..d379381 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -5,7 +5,7 @@ endif
 
 win32_destdir=$(abs_top_builddir)/vlc-$(VERSION)
 win32_debugdir=$(abs_top_builddir)/symbols-$(VERSION)
-win32_xpi_destdir=$(win32_destdir)/vlc-plugin
+win32_xpi_destdir=$(abs_top_builddir)/vlc-plugin-$(VERSION)
 
 7Z_OPTS=-t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on
 
    
    
More information about the vlc-commits
mailing list