Skip to content

Commit

Permalink
Update packages/xmlto/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: TomIO <43716232+TomJo2000@users.noreply.github.com>
  • Loading branch information
SamB and TomJo2000 authored Oct 21, 2024
1 parent 3f8f4b2 commit 0473164
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion packages/xmlto/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,28 @@ TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology

# XMLTO_BASH_PATH needs to be absolute. The massage step fixes it.
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="XMLTO_BASH_PATH=/bin/bash MKTEMP=mktemp FIND=find GETOPT=getopt PAPER_CONF=paperconf LOCALE=locale XMLLINT=xmllint XSLTPROC=xsltproc DBLATEX=dblatex FOP=fop XMLTEX=xmltex PDFXMLTEX=pdfxmltex LYNX=lynx LINKS=elinks W3M=w3m TAIL=tail GREP=grep SED=sed CP=cp ZIP=zip"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
XMLTO_BASH_PATH=/bin/bash
MKTEMP=mktemp
FIND=find
GETOPT=getopt
PAPER_CONF=paperconf
LOCALE=locale
XMLLINT=xmllint
XSLTPROC=xsltproc
DBLATEX=dblatex
FOP=fop
XMLTEX=xmltex
PDFXMLTEX=pdfxmltex
LYNX=lynx
LINKS=elinks
W3M=w3m
TAIL=tail
GREP=grep
SED=sed
CP=cp
ZIP=zip
"

termux_step_pre_configure() {
# AC_PATH_PROG insists on using an absolute path found on the
Expand Down

0 comments on commit 0473164

Please sign in to comment.