mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/convertlit: Fix lit2epub script.
This commit is contained in:
parent
0bdde9e5ab
commit
4a02eadf61
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
PRGNAM=convertlit
|
PRGNAM=convertlit
|
||||||
VERSION=${VERSION:-1.8}
|
VERSION=${VERSION:-1.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -53,7 +53,7 @@ if [ "$2" = "" ]; then
|
||||||
elif [ "$2" = "-" ]; then
|
elif [ "$2" = "-" ]; then
|
||||||
OUTFILE="$OUTDIR/output.epub"
|
OUTFILE="$OUTDIR/output.epub"
|
||||||
else
|
else
|
||||||
OUTFILE="$( readlink -f "$OUTFILE" )"
|
OUTFILE="$( readlink -f "$2" )"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# convertlit and zip both want to spew status messages to stdout,
|
# convertlit and zip both want to spew status messages to stdout,
|
||||||
|
|
Loading…
Reference in a new issue