source:
mac/buildpkg.sh
@
d88143c
Last change on this file since d88143c was d88143c, checked in by rht <rudyht@…>, 14 years ago | |
---|---|
|
|
File size: 213 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | cd .. |
4 | make DESTDIR=../mac/tmp/ install |
5 | |
6 | /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -r mac/tmp/ -o mac/gutenbach.mpkg -i com.sipb -k -e mac/resources |
7 | |
8 | rm -r mac/tmp |
Note: See TracBrowser
for help on using the repository browser.