From 662a9bfee577c8a65b80bc5dd617c22f0d142108 Mon Sep 17 00:00:00 2001 From: merakor Date: Wed, 6 Jan 2021 12:47:53 +0000 Subject: lib: update FossilOrigin-Name: 65713a74a26750b92674c34414b667246ad11a0e006063847828a987e6a2f462 --- lib/cpt-pkg | 1 - lib/cpt.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/cpt-pkg b/lib/cpt-pkg index bfaa428..a2058ac 100644 --- a/lib/cpt-pkg +++ b/lib/cpt-pkg @@ -1,5 +1,4 @@ # Package functions -# shellcheck source=lib-cpt run_hook() { # Store the CPT_HOOK variable so that we can revert it if it is changed. diff --git a/lib/cpt.in b/lib/cpt.in index a80a961..995fa5e 100644 --- a/lib/cpt.in +++ b/lib/cpt.in @@ -77,7 +77,7 @@ _readlinkf() { # Set the library directory if unset, assuming that it shares the same # prefix with the tool. - [ "$CPT_LIBDIR" ] || CPT_LIBDIR=$(_readlinkf "${0%/*}/../lib/cpt/") + [ "$CPT_LIBDIR" ] || CPT_LIBDIR=$(_readlinkf "$(command -v cpt-lib)") CPT_LIBDIR=${CPT_LIBDIR%/*} # If a parser definition exists, let's run it ourselves. This makes sure we # get the variables as soon as possible. -- cgit v1.2.3