From 6776a554870ee5e18e7b12dfc2761b2f90ec9f75 Mon Sep 17 00:00:00 2001 From: is Date: Sat, 5 Jan 2013 20:36:58 +0000 Subject: docx to text converter. --- converters/docx2txt/patches/patch-docx2txt.pl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 converters/docx2txt/patches/patch-docx2txt.pl (limited to 'converters/docx2txt/patches') diff --git a/converters/docx2txt/patches/patch-docx2txt.pl b/converters/docx2txt/patches/patch-docx2txt.pl new file mode 100644 index 00000000000..7f48f574ca3 --- /dev/null +++ b/converters/docx2txt/patches/patch-docx2txt.pl @@ -0,0 +1,13 @@ +$NetBSD: patch-docx2txt.pl,v 1.1 2013/01/05 20:36:58 is Exp $ + +--- docx2txt.pl.orig 2012-01-14 12:09:40.000000000 +0000 ++++ docx2txt.pl +@@ -129,7 +129,7 @@ if ($ENV{OS} =~ /^Windows/ && !(exists $ + $userConfigDir = $ENV{HOME}; + $systemConfigDir = "/etc"; + +- $config_tempDir = "/tmp"; ++ $config_tempDir = $ENV{TMPDIR} || "/tmp"; + } + + -- cgit v1.2.3