diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-02 09:38:11 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-02 09:38:11 +0000 |
commit | 03a26a8460ef1a9da7130932ff5c42346f93ffb5 (patch) | |
tree | 3fab4d1222c40619a440709a0527112fcba52e9c /data | |
parent | 73bc1b69349bfdc38d1d862ec7ccfc09ef636f00 (diff) |
Move some IOKit binaries to the right folders.
git-svn-id: http://svn.telesphoreo.org/trunk@296 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/iokittools/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/iokittools/make.sh b/data/iokittools/make.sh index 0815a52e9..f703a35a0 100644 --- a/data/iokittools/make.sh +++ b/data/iokittools/make.sh @@ -1,7 +1,8 @@ shopt -s extglob 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:usrbin "${tproj}" + pkg: cp -a "${tproj}" /usr/sbin done |