diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-21 15:54:08 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-21 15:54:35 -0800 |
commit | c81d818af66c2c30f1d4a7baaa1f1e0cf231f258 (patch) | |
tree | 355186307ed468357c63467ddc7b993fccc7ecfb /Library | |
parent | cb6e2ccf1e636ee709c709d68b379efe14540303 (diff) |
Give a name to the firmware package.
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/firmware.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh index 53543ba..3628e5b 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -88,7 +88,7 @@ EOF # }}} if [[ ${cpu} == arm ]]; then - pseudo "firmware" "${version}" "almost impressive Apple frameworks" + pseudo "firmware" "${version}" "almost impressive Apple frameworks" "iOS Firmware" while [[ 1 ]]; do gssc=$(gssc 2>&1) |