[PD-cvs] SF.net SVN: pure-data: [10054] trunk/packages/darwin_app/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Jun 20 13:17:05 CEST 2008


Revision: 10054
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10054&view=rev
Author:   eighthave
Date:     2008-06-20 04:17:04 -0700 (Fri, 20 Jun 2008)

Log Message:
-----------
now creates directory inside .app to place Spotlight Importers into

Modified Paths:
--------------
    trunk/packages/darwin_app/Makefile

Modified: trunk/packages/darwin_app/Makefile
===================================================================
--- trunk/packages/darwin_app/Makefile	2008-06-20 11:16:35 UTC (rev 10053)
+++ trunk/packages/darwin_app/Makefile	2008-06-20 11:17:04 UTC (rev 10054)
@@ -200,6 +200,8 @@
 # support for Info Panel Plugins mgmt
 	cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
 	install -p -m0644 org.puredata.pd.default.plist "$(PD_APP_CONTENTS)/"
+# create directory to put Spotlight Importers into
+	install -d -m0755 "$(PD_APP_CONTENTS)/Library/Spotlight"
 
 
 #------------------------------------------------------------------------------#


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