[vlc-devel] [PATCH] Removed extra ')' in package-win32-base
Matthew A Townsend
masterofsw at yahoo.com
Fri Jul 25 03:37:14 CEST 2008
Found while trying to get my first build up and running.
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index eba48f2..f60fb28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -867,7 +867,7 @@ package-win32-base-exe: package-win32-base
if makensis -VERSION >/dev/null 2>&1; then \
MAKENSIS="makensis"; \
elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
- MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis)"; \
+ MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
elif wine --version >/dev/null 2>&1; then \
--
1.5.6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Extra-for-package-win32-base.patch
Type: application/octet-stream
Size: 886 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080724/72e250b7/attachment.obj>
More information about the vlc-devel
mailing list