root/WiredServer/trunk/makepkg.sh

Revision 3378, 294 bytes (checked in by morris, 3 years ago)

Be verbose

  • Property svn:executable set to *
  • Property svn:keywords set to author date id revision
Line 
1 #!/bin/sh
2
3 ROOT="$1"
4 PACKAGE="$2"
5
6 rm -rf "$PACKAGE"
7 /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -v -ds -p "$PACKAGE" -f "$ROOT/Contents" -r "$ROOT/Resources" -i "$ROOT/Info.plist" -d "$ROOT/Resources/English.lproj/Description.plist" || exit 1
8
9 exit 0
Note: See TracBrowser for help on using the browser.