]> git.saurik.com Git - cydia.git/commitdiff
Give a name to the firmware package.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Feb 2011 23:54:08 +0000 (15:54 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Feb 2011 23:54:35 +0000 (15:54 -0800)
Library/firmware.sh

index 53543ba9147f9af2902d9cab1b56bd73d3931ad3..3628e5baca940f63b229c2b25e9e31c33de6701c 100755 (executable)
@@ -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)