summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-12 17:30:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-12 17:30:07 (EDT)
commit7bda53cd534ee6b6604367cd4c2a45376d41c7df (patch)
treebe255dafe14235a8f413457d93d9f9377f78b1ec /lib/include.sh
parentbfc4c3c0570ae8ec99a2c01ef85627acacaf11ea (diff)
Replace ${opt_base_dir} with ${base_dir}.
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