From 19b65e13fa6a38be577ecd9d5d604772d77d2748 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 09 May 2013 14:15:01 -0400 Subject: s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources. --- (limited to 'lib') 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 -- cgit v0.9.1