summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2020-04-29 01:54:56 +0000
committermanu <manu@pkgsrc.org>2020-04-29 01:54:56 +0000
commit96c0eef73e5b4d8b6e470754b4b9cafb049b8654 (patch)
tree948456d48ae69eed2761de6290870921f1c77c3d /converters
parente71f303ef57133e1a104fdd384b822040bcf78b9 (diff)
downloadpkgsrc-96c0eef73e5b4d8b6e470754b4b9cafb049b8654.tar.gz
Use full path to pkg_info so that it does not relay on $PATH
Missing commit for previous PKGREVISION bump
Diffstat (limited to 'converters')
-rw-r--r--converters/unoconv/files/unoconv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/unoconv/files/unoconv.sh b/converters/unoconv/files/unoconv.sh
index 521d1eceada..b6b25de31d8 100644
--- a/converters/unoconv/files/unoconv.sh
+++ b/converters/unoconv/files/unoconv.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-PYTHONBIN=`pkg_info -Q PYTHONBIN libreoffice`
-UNO_PATH=`pkg_info -Q UNO_PATH libreoffice`
+PYTHONBIN=`/usr/sbin/pkg_info -Q PYTHONBIN libreoffice`
+UNO_PATH=`/usr/sbin/pkg_info -Q UNO_PATH libreoffice`
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${UNO_PATH}
export UNO_PATH