Show
Ignore:
Timestamp:
12/27/05 19:31:13 (3 years ago)
Author:
morris
Message:

Be verbose

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/makepkg.sh

    r3004 r3378  
    55 
    66rm -rf "$PACKAGE" 
    7 /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -ds -p "$PACKAGE" -f "$ROOT/Contents" -r "$ROOT/Resources" -i "$ROOT/Info.plist" -d "$ROOT/Resources/English.lproj/Description.plist" || exit 1 
     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 
    88 
    99exit 0