source: mac/buildpkg.sh @ d88143c

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

simplify install scripts

  • Property mode set to 100755
File size: 213 bytes
RevLine 
[3057747]1#!/bin/bash
2
3cd ..
4make DESTDIR=../mac/tmp/ install
5
[d88143c]6/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -r mac/tmp/ -o mac/gutenbach.mpkg -i com.sipb -k -e mac/resources
[3057747]7
[d88143c]8rm -r mac/tmp
Note: See TracBrowser for help on using the repository browser.