From 8b686be7ba92951f5bd3f052945de0eea2666949 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Apr 2009 18:20:40 +0000 Subject: found %CommonProgramFiles% env var which is needed since 'Common Files' is localized on Windows systems svn path=/trunk/; revision=11036 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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 "
Only for the current user account
" >> $(README_FILE) echo "
%UserProfile%\Application Data\Pd
" >> $(README_FILE) echo "
For all user accounts on the computer
" >> $(README_FILE) - echo "
%ProgramFiles%\Common Files\Pd
" >> $(README_FILE) + echo "
%ProgramFiles%\Common Files\Pd
" >> $(README_FILE) endif ifeq ($(OS_NAME),darwin) endif -- cgit v1.2.1