Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/unoconv/files Use full path to pkg_info so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b1285bfa507
branches:  trunk
changeset: 430230:2b1285bfa507
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Apr 29 01:54:56 2020 +0000

description:
Use full path to pkg_info so that it does not relay on $PATH

Missing commit for previous PKGREVISION bump

diffstat:

 converters/unoconv/files/unoconv.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 5a92c87e690b -r 2b1285bfa507 converters/unoconv/files/unoconv.sh
--- a/converters/unoconv/files/unoconv.sh       Wed Apr 29 00:18:36 2020 +0000
+++ b/converters/unoconv/files/unoconv.sh       Wed Apr 29 01:54:56 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index