diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-23 03:32:11 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-23 03:32:11 +0000 |
commit | a81c534fddf57b7be686bdfb4158dfe0c34a22ab (patch) | |
tree | e59b15e181395f1255320cdd5c2b7488652704f2 /packages | |
parent | 753dd8518a8870902be670f375430c727b627249 (diff) |
use PROGRAMFILES variable instead of hard-coded path so things work on machines in other languages besides English
svn path=/trunk/; revision=16482
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/win32_inno/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |