[PD-cvs] scripts generate-pd-settings-files.sh,1.23,1.24

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Nov 4 07:52:15 CET 2007


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4201

Modified Files:
	generate-pd-settings-files.sh 
Log Message:
fixed bad tagname for InnoSetup preventing successful build on Windows

Index: generate-pd-settings-files.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/generate-pd-settings-files.sh,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** generate-pd-settings-files.sh	27 Oct 2007 04:25:53 -0000	1.23
--- generate-pd-settings-files.sh	4 Nov 2007 06:52:13 -0000	1.24
***************
*** 87,91 ****
  		  ((++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
  	 done
  }
--- 87,91 ----
  		  ((++j)) 
  		  echo "\"path${j}\"=${fontpath}" >> $WINDOWS_FILE
! 		  echo "Root: HKLM; SubKey: SOFTWARE\Pd; ValueType: string; ValueName: path${j}; ValueData: ${fontpath}; Tasks: libs; Flags: uninsdeletekey" >> $WINDOWS_INNO_FILE
  	 done
  }





More information about the Pd-cvs mailing list