diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-16 18:20:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-16 18:20:40 +0000 |
commit | 8b686be7ba92951f5bd3f052945de0eea2666949 (patch) | |
tree | 6a8d4d26045307b75f31c6fa54241e2cf4f57c51 /packages/Makefile | |
parent | adf8f7a6ee30f5bfb2b0fecd1d212dddb0caa1b4 (diff) |
found %CommonProgramFiles% env var which is needed since 'Common Files' is localized on Windows systems
svn path=/trunk/; revision=11036
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index 2dc9b34c..0e550ef9 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -371,7 +371,7 @@ ifeq ($(OS_NAME),windows) echo "<dt>Only for the current user account</dt>" >> $(README_FILE) echo "<dd><a href=\"file:///%UserProfile%/Application%20Data\">%UserProfile%\Application Data\Pd</a></dd>" >> $(README_FILE) echo "<dt>For all user accounts on the computer</dt>" >> $(README_FILE) - echo "<dd><a href=\"file:///%ProgramFiles%/Common%20Files/\">%ProgramFiles%\Common Files\Pd</a></dd>" >> $(README_FILE) + echo "<dd><a href=\"file:///%CommonProgramFiles%/\">%ProgramFiles%\Common Files\Pd</a></dd>" >> $(README_FILE) endif ifeq ($(OS_NAME),darwin) endif |