diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-15 16:04:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-15 16:04:19 (EDT) |
commit | fde3be375270c3df012a6dab3a57286cd941c86e (patch) | |
tree | 1fe02b9c31317c8ee29491e0a15f420a3509f002 /lib | |
parent | bba9fadf54e0def06c293054a0c7095c1ad7d02e (diff) |
s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/load.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/load.sh b/lib/load.sh index 9a425c1..ac38dbc 100644 --- a/lib/load.sh +++ b/lib/load.sh @@ -22,7 +22,7 @@ _OB_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 ob_use. -. '@@LIBOPKBUILD@@/common.sm' +. '@@PKGLIBDIR@@/common.sm' ob_use() { @@ -35,7 +35,7 @@ ob_use() return ${?} fi - _obu_module='@@LIBOPKBUILD@@'"/${_obu_module}.sm" + _obu_module='@@PKGLIBDIR@@'"/${_obu_module}.sm" if [ -r "${_obu_module}" ]; then . "${_obu_module}" else |