summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-14 12:15:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-14 12:15:19 (EDT)
commit434cddbfbc94ea5690a5a1f381e94c60b307c397 (patch)
tree50ee443b6032500dcc612d5ace5b73db336eb91d /lib/include.sh
parentd44ba3fdd61ccedc00033e47c4d4eea117002fc4 (diff)
db_*_package*(): Reverse arch and plat.
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"