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 74ebcb9..0b3e91b 100644
--- a/lib/include.sh
+++ b/lib/include.sh
@@ -125,7 +125,7 @@ include_changes()
pool_file="${pool_file}/${pkg}_${binver}_${arch}_${plat}.opk"
file="$(dirname "${changes}")/${file}"
files="${files} ${file}"
- cp -p "${file}" "${opt_base_dir}/${pool_file}"
+ cp -p "${file}" "${base_dir}/${pool_file}"
feed_add_package "${chan}" "${dist}" "${arch}" "${plat}" \
"${sect}" "${pkg}" "${size}" "${pool_file}"
done <<-EOF