From 4c9086e673c81d08de05aa6525ff9eae7f9afdfb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 4 Nov 2007 06:52:13 +0000 Subject: fixed bad tagname for InnoSetup preventing successful build on Windows svn path=/trunk/; revision=8928 --- scripts/generate-pd-settings-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-pd-settings-files.sh b/scripts/generate-pd-settings-files.sh index 0c81496f..2df87797 100755 --- a/scripts/generate-pd-settings-files.sh +++ b/scripts/generate-pd-settings-files.sh @@ -86,7 +86,7 @@ print_windows_fontpath () for fontpath in $WINDOWS_FONTPATH; do ((++j)) echo "\"path${j}\"=${fontpath}" >> $WINDOWS_FILE - echo "Root: HKLM; SubKey: SOFTWARE\Pd; ValueType: string; ValueName: path${j}; ValueData: ${fontpath}; Tasks: loadlibraries; Flags: uninsdeletekey" >> $WINDOWS_INNO_FILE + echo "Root: HKLM; SubKey: SOFTWARE\Pd; ValueType: string; ValueName: path${j}; ValueData: ${fontpath}; Tasks: libs; Flags: uninsdeletekey" >> $WINDOWS_INNO_FILE done } -- cgit v1.2.1