diff options
Diffstat (limited to 'lib/include.sh')
-rw-r--r-- | lib/include.sh | 2 |
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}" \ |