summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
diff options
context:
space:
mode:
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 662f1ab..0a1fa77 100644
--- a/lib/include.sh
+++ b/lib/include.sh
@@ -110,7 +110,7 @@ include_changes()
IFS='_' read -r pkg binver arch plat <<-EOF
${file%.opk}
EOF
- db_add_package "${plat}" "${arch}" "${source}" "${binver}" \
+ db_add_package "${arch}" "${plat}" "${source}" "${binver}" \
"${size}" "${sect}" "${pkg}"
pool_file="pool/$(hash_name "${source}")/${source}"
pool_file="${pool_file}/${pkg}_${binver}_${arch}_${plat}.opk"