diff options
Diffstat (limited to 'lib/cmd/install.sh')
-rw-r--r-- | lib/cmd/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 18368a5..696f24c 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -187,8 +187,8 @@ cmd_install_get_pkgs() tar -xzOf "../../../${fname}" control.tar.gz | \ tar -xz ) - tar -tzf "${chroot}/tmp/opkg/${pkg}/data.tar.gz" | sed 's/^\.//' \ - >"${chroot}/var/lib/opkg/info/${pkg}.list" + tar -tzf "${chroot}/tmp/opkg/${pkg}/data.tar.gz" | \ + sed 's/^\.//' >"${chroot}/var/lib/opkg/info/${pkg}.list" rm -f "${chroot}/tmp/opkg/${pkg}/data.tar.gz" for file in "${chroot}/tmp/opkg/${pkg}/"*; do mv "${file}" \ |