diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-25 21:01:41 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-25 21:01:41 (GMT) |
commit | 61cc4ae8ccf443e5f3d839db7051ed8298a7ec64 (patch) | |
tree | be1cf4aee398428caa60cf41d12177d2a315ba63 | |
parent | 30a8e1e93e87a9e88aa1f0ad9d46ea972a71ed68 (diff) | |
download | linhes_pkgbuild-61cc4ae8ccf443e5f3d839db7051ed8298a7ec64.zip linhes_pkgbuild-61cc4ae8ccf443e5f3d839db7051ed8298a7ec64.tar.gz linhes_pkgbuild-61cc4ae8ccf443e5f3d839db7051ed8298a7ec64.tar.bz2 |
LinHES-system:linhes_update.sh: add pkg name to help text
-rw-r--r-- | abs/core/LinHES-system/linhes_update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/linhes_update.sh b/abs/core/LinHES-system/linhes_update.sh index aa80d41..76501fb 100644 --- a/abs/core/LinHES-system/linhes_update.sh +++ b/abs/core/LinHES-system/linhes_update.sh @@ -57,6 +57,7 @@ chck () { echo " <button>" >> /tmp/update3.xml.tmp echo " <type>UPGRADE</type>" >> /tmp/update3.xml.tmp echo " <text>$line</text>" >> /tmp/update3.xml.tmp + echo " <description>$line</description>" >> /tmp/update3.xml.tmp echo " <action>NONE</action>" >> /tmp/update3.xml.tmp echo " </button>" >> /tmp/update3.xml.tmp done < "/tmp/to_be_upgraded" |