Revision: 10645 http://pure-data.svn.sourceforge.net/pure-data/?rev=10645&view=rev Author: eighthave Date: 2009-01-26 04:30:50 +0000 (Mon, 26 Jan 2009)
Log Message: ----------- - fixed AppMain.tcl link for non pd-devel builds
- readded spotlight_importer, I mistakenly deleted it
Modified Paths: -------------- trunk/packages/darwin_app/Makefile
Modified: trunk/packages/darwin_app/Makefile =================================================================== --- trunk/packages/darwin_app/Makefile 2009-01-26 04:28:51 UTC (rev 10644) +++ trunk/packages/darwin_app/Makefile 2009-01-26 04:30:50 UTC (rev 10645) @@ -61,7 +61,7 @@ install: darwin_app
#------------------------------------------------------------------------------# -darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs +darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs spotlight_importer_install @echo " " @echo "Pd.app build succeeded!"
@@ -177,10 +177,10 @@ $(MAKE) -C $(packages_src) $(DEST_PATHS) \ PD_CONFIGURE_FLAGS="--enable-jack --disable-fat" \ pd_install - install -d "$(PD_APP_CONTENTS)/Resources" + install -d "$(PD_APP_CONTENTS)/Resources/bin" cd "$(PD_APP_CONTENTS)/Resources" && \ ln -s bin Scripts - cd "$(PD_APP_CONTENTS)/Resources" && \ + cd "$(PD_APP_CONTENTS)/Resources/bin" && \ test -e AppMain.tcl || ln -s pd.tk AppMain.tcl # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.