summaryrefslogtreecommitdiff
path: root/textproc/ebook-tools/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-01-10 22:20:23 +0000
committerwiz <wiz@pkgsrc.org>2009-01-10 22:20:23 +0000
commit33663767d91eafb87c5acd090932f361b6a49560 (patch)
tree8a697fcdaa8c4065bbaed4974e87cfeef4367063 /textproc/ebook-tools/patches
parentf34e588accda3d133c79ebe4e78dccfad4ab3c5c (diff)
downloadpkgsrc-33663767d91eafb87c5acd090932f361b6a49560.tar.gz
Initial import of ebook-tools-0.1.1, originally packaged for wip.
ebook-tools provides tools for accessing and converting various ebook file formats.
Diffstat (limited to 'textproc/ebook-tools/patches')
-rw-r--r--textproc/ebook-tools/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/ebook-tools/patches/patch-aa b/textproc/ebook-tools/patches/patch-aa
new file mode 100644
index 00000000000..62eeb6b7bbf
--- /dev/null
+++ b/textproc/ebook-tools/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/01/10 22:20:23 wiz Exp $
+
+--- src/tools/lit2epub.orig 2008-06-07 21:09:38.000000000 +0200
++++ src/tools/lit2epub
+@@ -2,7 +2,7 @@
+ # Uses clit to convert .lit files to valid epub
+ # known issues: created metadata uses the old spec
+
+-CLIT=$(which clit)
++CLIT=$(which convertlit)
+
+ if [ "$?" != 0 ]; then
+ echo "Can't find clit, please make sure it is in your path"
+@@ -42,7 +42,7 @@ if [ "$?" != 0 ]; then
+ fi
+
+ else
+- TEMPDIR=$($MKTEMP -d)
++ TEMPDIR=$($MKTEMP -d -t lit2epub.tmp)
+ fi
+
+ WD=$(pwd)