[vlc-commits] Win32: more npapi packaging fixes

Jean-Baptiste Kempf git at videolan.org
Sat Dec 15 16:38:16 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 15 16:38:02 2012 +0100| [915f956bbfeda539a00fbc8dcd8d4a8bffbb0140] | committer: Jean-Baptiste Kempf

Win32: more npapi packaging fixes

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

 extras/package/win32/package.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 079103e..72ca6b4 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -86,7 +86,7 @@ endif
 	$(DLLTOOL) -D libvlccore.dll -l "$(win32_destdir)/sdk/lib/libvlccore.lib" -d "$(top_builddir)/src/.libs/libvlccore.dll.def" "$(prefix)/bin/libvlccore.dll"
 
 	mkdir -p "$(win32_destdir)/sdk/activex/"
-	cd $(top_builddir)/npapi-vlc && cp activex/README.TXT share/test.html $(win32_destdir)/sdk/activex/
+	cd $(top_builddir)/npapi-vlc && cp activex/README.TXT share/test/test.html $(win32_destdir)/sdk/activex/
 
 # Convert to DOS line endings
 	find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) {} \;



More information about the vlc-commits mailing list