summaryrefslogtreecommitdiffstats
path: root/src/ob-installdocs.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-08 13:33:28 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-08 13:33:28 (EDT)
commit8a3e16effb73aa62de2c20dc3c2eb012d69e6665 (patch)
tree4f0f974caa0a57b3d51f7c016c2ce9fed032cac9 /src/ob-installdocs.sh
parent22f80292bfe0c3dda4e107fce8d7fbdd68b6c21d (diff)
Update environment variable names in ob-* utils.
Diffstat (limited to 'src/ob-installdocs.sh')
-rw-r--r--src/ob-installdocs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index cf3aae3..dcc1125 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -37,11 +37,11 @@ main()
ob_error "$(ob_get_msg 'cant_get_doc_pkg')"
fi
doc_pkg_doc_dir="$(ob_get_system_path 'package-docs' \
- "${doc_pkg}" "${OB_BINARY_VERSION}")"
+ "${doc_pkg}" "${OPK_BINARY_VERSION}")"
for pkg in $(ob_get_binary_packages); do
doc_dir="$(ob_get_system_path 'package-docs' \
- "${pkg}" "${OB_BINARY_VERSION}")"
+ "${pkg}" "${OPK_BINARY_VERSION}")"
data_doc_dir="${pkg}.data/${doc_dir}"
mkdir -p "${data_doc_dir}" || \
ob_error "$(ob_get_msg 'cant_make_doc_dir')"