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

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Jun 20 13:16:36 CEST 2008


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

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

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

Modified: branches/pd-extended/v0-40/packages/darwin_app/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-06-20 09:47:12 UTC (rev 10052)
+++ branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-06-20 11:16:35 UTC (rev 10053)
@@ -206,6 +206,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