From 37c8f8b5c64a70d5ab8335a4941019ed2e0c3e3a Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 15 Jan 2020 10:57:44 +0100 Subject: [PATCH] fix https://gitlab.manjaro.org/packages/extra/manjaro-tools/issues/2#note_14562 --- lib/util-pkg.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/util-pkg.sh b/lib/util-pkg.sh index 39b5ff4..919f1b0 100644 --- a/lib/util-pkg.sh +++ b/lib/util-pkg.sh @@ -9,6 +9,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +import ${LIBDIR}/util.sh + # $1: sofile # $2: soarch process_sofile() {