diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-16 00:31:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-16 00:31:41 +0000 |
commit | 32a25a78243cbf18826243f30430907fb09f2410 (patch) | |
tree | a32173ebf61f480d79f873f1c60b57d0a5cc24e6 /converters/wv/patches | |
parent | 2b221128b8bbf56ab78da88d691ea9e580e260f2 (diff) | |
download | pkgsrc-32a25a78243cbf18826243f30430907fb09f2410.tar.gz |
Fix bug in wvText reported by Per Amund Amundsen in pkg/11722.
Diffstat (limited to 'converters/wv/patches')
-rw-r--r-- | converters/wv/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/wv/patches/patch-ai b/converters/wv/patches/patch-ai new file mode 100644 index 00000000000..7fd8a51fec6 --- /dev/null +++ b/converters/wv/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2000/12/16 00:31:41 wiz Exp $ + +--- wvText.orig Thu Sep 21 23:46:54 2000 ++++ wvText +@@ -21,7 +21,7 @@ + # intermediate file + TMP_FILE=/tmp/wv${1}.html + +-wvHTML ${1} ${TMP_FILE} 2>&1 >/dev/null ++wvHtml ${1} ${TMP_FILE} 2>&1 >/dev/null + if [ ${?} -ne "0" ]; then + echo "Could not convert into HTML" + exit 1 |