summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/get.sh1
-rw-r--r--src/install.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/get.sh b/src/get.sh
index 778dbe6..3c49e3a 100755
--- a/src/get.sh
+++ b/src/get.sh
@@ -110,7 +110,6 @@ download_packages () {
done
wait_for_download $total_download ${outputs}
- echo
set -- $outputs
diff --git a/src/install.sh b/src/install.sh
index 736ce6e..d8823ac 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -60,7 +60,7 @@ total_filecount() {
run_postinstall () {
postinstall="${SYSROOT}/var/lib/xipkg/postinstall"
if [ -d $postinstall ]; then
- for file in $(ls $postinstall/*.sh); do
+ for file in $(ls $postinstall); do
f=$(basename $file)
# run the postinstall file