| 1 | #!/bin/bash |
| 2 | set -e |
| 3 | export PKG_ARCH=${PKG_ARCH-iphoneos-arm} |
| 4 | PATH=/apl/n42/pre/bin:$PATH /apl/tel/exec.sh com.saurik.winterboard make "$@" |
| 5 | export CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate) |
| 6 | /apl/tel/util/ldid -S *.dylib |
| 7 | make package |