aboutsummaryrefslogtreecommitdiff
path: root/externals/build/darwin
diff options
context:
space:
mode:
authorAdam Lindsay <adamlindsay@users.sourceforge.net>2003-03-09 21:40:19 +0000
committerAdam Lindsay <adamlindsay@users.sourceforge.net>2003-03-09 21:40:19 +0000
commit02c5bd245f0c8000ba0c74a4193adcc1dc311c95 (patch)
tree733aeaf87df662e5c389531f9fdded25cc7008d3 /externals/build/darwin
parente9cad76f26723bbbfa2bbba55631620c5d65c3af (diff)
added altpackage possibility for making a /Library/Pd installer target
svn path=/trunk/; revision=462
Diffstat (limited to 'externals/build/darwin')
-rw-r--r--externals/build/darwin/Altpackage.pmspbin0 -> 1225 bytes
-rw-r--r--externals/build/darwin/makefile10
2 files changed, 10 insertions, 0 deletions
diff --git a/externals/build/darwin/Altpackage.pmsp b/externals/build/darwin/Altpackage.pmsp
new file mode 100644
index 00000000..eb2db77c
--- /dev/null
+++ b/externals/build/darwin/Altpackage.pmsp
Binary files differ
diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile
index f522e92c..f84c7a1e 100644
--- a/externals/build/darwin/makefile
+++ b/externals/build/darwin/makefile
@@ -48,6 +48,16 @@ package:
directory. Then choose File -\> Create Package.
open Package.pmsp
+altpackage:
+ test -d root/Help || mkdir -p root/Help
+ cp -r ../doc/* root/Help
+ test -d root/Externals || mkdir -p root/Externals
+ install -m644 *.pd_darwin root/Externals
+ echo Now opening PackageMaker. Interact with that program now. \
+ Choose the Files tab, and correct the path to point to the newly-made ./root \
+ directory. Then choose File -\> Create Package.
+ open Altpackage.pmsp
+
link: link.stamp
link.stamp: