summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-28 20:12:42 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-28 20:21:00 (EDT)
commit83cffac17b6ca6990d8c0089a090b4227177314b (patch)
tree2f9d39ce184e3e79fd56a225cf715004e1e40141 /lib/include.sh
parenta2f287b0ba963d64a25b016e679af0e013242f43 (diff)
Add size to pool packages index files.
Diffstat (limited to 'lib/include.sh')
-rw-r--r--lib/include.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include.sh b/lib/include.sh
index f90fcd5..1dabd44 100644
--- a/lib/include.sh
+++ b/lib/include.sh
@@ -111,7 +111,7 @@ include_changes()
${file%.opk}
EOF
db_add_package "${plat}" "${arch}" "${source}" "${binver}" \
- "${sect}" "${pkg}"
+ "${size}" "${sect}" "${pkg}"
pool_file="pool/$(hash_name "${source}")/${source}"
pool_file="${pool_file}/${pkg}_${binver}_${arch}_${plat}.opk"
cp -p "$(dirname "${changes}")/${file}" \