[PD-cvs] SF.net SVN: pure-data: [9840] branches/pd-extended/v0-40/packages/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 18 12:04:16 CEST 2008


Revision: 9840
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9840&view=rev
Author:   eighthave
Date:     2008-05-18 03:04:16 -0700 (Sun, 18 May 2008)

Log Message:
-----------
make ReadMe use the correct .app name

Modified Paths:
--------------
    branches/pd-extended/v0-40/packages/Makefile

Modified: branches/pd-extended/v0-40/packages/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/Makefile	2008-05-18 09:59:44 UTC (rev 9839)
+++ branches/pd-extended/v0-40/packages/Makefile	2008-05-18 10:04:16 UTC (rev 9840)
@@ -609,7 +609,7 @@
 	echo "<p></p>" >> $(README_FILE)
 endif
 ifeq ($(OS_NAME),darwin)
-	echo "<p>To install Pd, drag the $(PACKAGE_NAME).app into your <b>/Applications</b> folder or to the shortcut in the disk image.  (<i>You might need to put the old one in the trash before copying this one to <b>/Applications</b></i>)</p>" >> $(README_FILE)	
+	echo "<p>To install Pd, drag the $(PD_APP_NAME).app into your <b>/Applications</b> folder or to the shortcut in the disk image.  (<i>You might need to put the old one in the trash before copying this one to <b>/Applications</b></i>)</p>" >> $(README_FILE)	
 	echo "<p>By default, most of the included libraries are loaded at startup.  To change this, set your own preferences in the <b>Startup...</b> Preferences pane usings the <b>Save all settings</b> button.   If you want to start with a blank set of preferences, run this command in the Terminal.app: </p><p><code>touch ~/Library/Preferences/org.puredata.pd.plist</code> (<code>~</code> <i>means your home folder</i>)</p><p>The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utility, Property List Editor, which is freely available as part of XCode or the Server Tools.</p>" >> $(README_FILE)	
 endif
 ifeq ($(OS_NAME),windows)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list