freebsd-ports/textproc/xmlto/files/patch-xmlto.in
Matthias Andree 62f4ee4fde Upgrade to new upstream release 0.0.26. Upstream changes:
- fix build with automake 1.13+
- handle used css lists in epub format
- fix broken noextensions option recognition (dropped from our patch)
- searchpath option no longer produces a warning about bad shell syntax
2014-04-07 20:38:12 +00:00

11 lines
334 B
Text

This patch makes sure that w3m or others will not pollute $HOME/
--- ./xmlto.in.orig 2011-11-29 12:49:57.000000000 +0100
+++ ./xmlto.in 2013-10-07 23:52:57.000000000 +0200
@@ -611,4 +611,6 @@
# Extremely verbose
BASH="${BASH} -x"
fi
+make_temp -d temphome HOME || exit 1
+export HOME
${BASH} "$FORMAT" post-process || exit 1