diff options
Diffstat (limited to 'packages')
-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 |