pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/unoconv/files



Module Name:    pkgsrc
Committed By:   manu
Date:           Wed Apr 29 01:54:56 UTC 2020

Modified Files:
        pkgsrc/converters/unoconv/files: unoconv.sh

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

Missing commit for previous PKGREVISION bump


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/unoconv/files/unoconv.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/unoconv/files/unoconv.sh
diff -u pkgsrc/converters/unoconv/files/unoconv.sh:1.2 pkgsrc/converters/unoconv/files/unoconv.sh:1.3
--- pkgsrc/converters/unoconv/files/unoconv.sh:1.2      Sun Jul  9 20:58:00 2017
+++ pkgsrc/converters/unoconv/files/unoconv.sh  Wed Apr 29 01:54:56 2020
@@ -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