Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/locker-build

    r51dbfb5 r2b6622a6  
    33#########################################################
    44# Build script to build BarnOwl for the locker.
     5
     6# Usage: locker-build [-n] [-o OUTPUT-TGZ] SOURCE-TARBALL
     7# -n is a dry-run, and drops to a shell in the build directory
     8# -o does the install into a temporary directory and tars it into the
     9#    specified tarball instead.
     10# SOURCE-TARBALL is a source tarball, created by do-release
     11
    512die() {
    613    echo "$@" 2>&1;
     
    1522
    1623usage () {
    17     cat >&2 <<EOF
    18 Usage: $0 [-n] [-o OUTPUT-TGZ] SOURCE-TARBALL
    19  -n is a dry-run, and drops to a shell in the build directory
    20  -o does the install into a temporary directory and tars it into the
    21     specified tarball instead.
    22 
    23 SOURCE-TARBALL is a source tarball, created by do-release.
    24 EOF
     24    echo "Usage: $0 [-n] [-o OUTPUT-TGZ] SOURCE-TARBALL"
    2525    exit 2;
    2626}
Note: See TracChangeset for help on using the changeset viewer.