source: mac/buildpkg.sh @ 3057747

mac
Last change on this file since 3057747 was 3057747, checked in by rht <rudyht@…>, 14 years ago

add script to automate the mpkg creation

  • Property mode set to 100755
File size: 213 bytes
Line 
1#!/bin/bash
2
3cd ..
4make 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 -s mac/script -e mac/resources
7
Note: See TracBrowser for help on using the repository browser.