summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-09 14:15:01 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-09 14:18:31 (EDT)
commit19b65e13fa6a38be577ecd9d5d604772d77d2748 (patch)
treeaef6b51300d275f1b22169d83773370387736735 /lib
parent763a15f4cbd11d4be4eb52da62533cb72d691a12 (diff)
s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources.
Diffstat (limited to 'lib')
-rw-r--r--lib/load.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/load.sh b/lib/load.sh
index 0b54f4a..4c3f822 100644
--- a/lib/load.sh
+++ b/lib/load.sh
@@ -22,7 +22,7 @@ _OH_LOAD_SM='true'
# The "common" module is used by this and all other modules.
# We have to manually load the "common" module so we can use it in oh_use.
-. '@@LIBOPKHELPER@@/common.sm'
+. '@@PKGLIBDIR@@/common.sm'
# Assume that every library module and utility uses libopkbuild.
. '@@LIBOPKBUILD_1@@/load.sm'
@@ -38,7 +38,7 @@ oh_use()
return ${?}
fi
- _ohu_module='@@LIBOPKHELPER@@'"/${_ohu_module}.sm"
+ _ohu_module='@@PKGLIBDIR@@'"/${_ohu_module}.sm"
if [ -r "${_ohu_module}" ]; then
. "${_ohu_module}"
else