summaryrefslogtreecommitdiff
path: root/src/stats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.sh')
-rw-r--r--src/stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.sh b/src/stats.sh
index 8c2c1be..903bfde 100644
--- a/src/stats.sh
+++ b/src/stats.sh
@@ -9,7 +9,7 @@ show_xipkg_stats () {
local installed=0
for package in $(list); do
total=$((total+1))
- [ -d ${INSTALLED_DIR}/${package} ] &&
+ [ -d ${SYSROOT}${INSTALLED_DIR}/${package} ] &&
installed=$((installed+1))
done