From a81c534fddf57b7be686bdfb4158dfe0c34a22ab Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 23 Oct 2012 03:32:11 +0000 Subject: use PROGRAMFILES variable instead of hard-coded path so things work on machines in other languages besides English svn path=/trunk/; revision=16482 --- packages/win32_inno/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 961d507e..30b23093 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -44,7 +44,7 @@ installer: $(PD_INNO_SETUP) ## this pops up the GUI app # start $(PD_INNO_SETUP) ## this compiles the package on the command line - /c/Program\ Files/Inno\ Setup\ 5/ISCC.exe $(PD_INNO_SETUP) + "$(PROGRAMFILES)/Inno Setup 5/ISCC.exe" "$(PD_INNO_SETUP)" zipfolder = $(packages_src)/win32_inno/zip zippackage = Pd-$(PD_VERSION) -- cgit v1.2.1