From 7bda53cd534ee6b6604367cd4c2a45376d41c7df Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 12 Oct 2013 17:30:07 -0400 Subject: Replace ${opt_base_dir} with ${base_dir}. --- (limited to 'lib/include.sh') 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 -- cgit v0.9.1