diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:42:16 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:42:16 +0000 |
commit | 44a988d1e24b04a1def3e4f7570865e6b27e5c0e (patch) | |
tree | fbce4199950ff5f8e2c8f52df5539a23f769d868 /data/iokittools | |
parent | 88081e6c52e0d35c7b25e39df4552a6e430900b4 (diff) |
Minor biuld determinism mistakes.
git-svn-id: http://svn.telesphoreo.org/trunk@338 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/iokittools')
-rw-r--r-- | data/iokittools/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/iokittools/make.sh b/data/iokittools/make.sh index f703a35a0..4c10ed0f8 100644 --- a/data/iokittools/make.sh +++ b/data/iokittools/make.sh @@ -3,6 +3,6 @@ pkg:setup pkg: mkdir -p /usr/sbin for tproj in *.tproj; do tproj=$(basename "${tproj}" .tproj) - ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit + ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit -save-temps pkg: cp -a "${tproj}" /usr/sbin done |