From 4bc9bfa958d7107e2667cde9d671fd189301d4bf Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Wed, 24 Feb 2010 22:56:19 +0000 Subject: work when the path to th inno installer package has spaces git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@916030 13f79535-47bb-0310-9956-ffa450edef68 --- etc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/Makefile.am') diff --git a/etc/Makefile.am b/etc/Makefile.am index f83b0efb..10c9dc03 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -93,7 +93,7 @@ windows/couchdb.iss: windows/couchdb.iss.tpl FORCE # The installer depends on all files, not just the source .iss file, # so we trick make into always building it with the FORCE pattern... windows/setup-couchdb-@version@.exe: windows/couchdb.iss windows/README.txt FORCE - $(INNO_COMPILER_EXECUTABLE) /q $< + "$(INNO_COMPILER_EXECUTABLE)" /q $< @echo Windows Installer is at: `cygpath -a -w windows/setup-couchdb-@version@.exe` windows/setup-couchdb-@version@.exe.md5: windows/setup-couchdb-@version@.exe -- cgit v1.2.3