[vlc-commits] win32: Fix makensis calls
Marvin Scholz
git at videolan.org
Tue Nov 14 02:23:18 CET 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Nov 14 02:15:06 2017 +0100| [92aaef9ae7de7af9e0e2c37ddb092b791086bfed] | committer: Marvin Scholz
win32: Fix makensis calls
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92aaef9ae7de7af9e0e2c37ddb092b791086bfed
---
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 ec657d55eb..86d10b493d 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -153,7 +153,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/nsProcess.dll extras/
if [ $${MAKENSIS_VERSION:1:1} -lt 3 ]; then \
echo 'Please update your nsis packager';\
exit 1; \
- fi
+ fi; \
eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
if test -n "$(SIGNATURE)"; then \
More information about the vlc-commits
mailing list