Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26720
Modified Files: Makefile Log Message: updated to embed the org.puredata.pd.plist into the Pd.app
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** Makefile 19 May 2007 01:59:04 -0000 1.72 --- Makefile 31 May 2007 22:36:43 -0000 1.73 *************** *** 202,205 **** --- 202,206 ---- # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins + install -p -m0666 org.puredata.pd.plist "$(PD_APP_CONTENTS)/"
*************** *** 257,261 **** hdiutil attach build.dmg install -p $(manualsdir)/Pd/ReadMe.html "/Volumes/$(VOLUME_NAME)" - install -p -m0644 org.puredata.pd.plist "/Volumes/$(VOLUME_NAME)" install -d "/Volumes/$(VOLUME_NAME)/.imagefolder" # add link to /Applications for easy install --- 258,261 ---- *************** *** 298,302 **** -rm Info.plist -rm -f -- "$(CWD)/$(PACKAGE_NAME)/ReadMe.html" - -rm -f -- "$(CWD)/$(PACKAGE_NAME)/org.puredata.pd.plist"
devel_clean: darwin_app_devel_clean --- 298,301 ----