summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-15 11:37:59 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-15 11:37:59 (EDT)
commit081396dc341061b9b88e1dd58e3107b85d79fb72 (patch)
treedfa37e7e9c6a88e89197655b1288a6a36b53fe8b /lib/include.sh
parent92686a50af857d3babdad3be663f1a85fc1e64f8 (diff)
feed_*_package(): Reverse arch and plat in args.
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 282b14f..1bc999e 100644
--- a/lib/include.sh
+++ b/lib/include.sh
@@ -116,7 +116,7 @@ include_changes()
pool_file="${pool_file}/${pkg}_${binver}_${arch}_${plat}.opk"
cp -p "$(dirname "${changes}")/${file}" \
"${opt_base_dir}/${pool_file}"
- feed_add_package "${chan}" "${dist}" "${plat}" "${arch}" \
+ feed_add_package "${chan}" "${dist}" "${arch}" "${plat}" \
"${sect}" "${pkg}" "${size}" "${pool_file}"
done <<-EOF
${_include_files}