]>
Commit | Line | Data |
---|---|---|
bd716e15 JF |
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) | |
e8dc11fb | 6 | /apl/tel/util/ldid -S *.dylib |
b6ceaaff | 7 | make package |