Skip to content

Commit a99f855

Browse files
kindle: allow UNPACK_DIR to be set externally
1 parent 38a3afe commit a99f855

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

l10n

platform/kindle/koreader.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
export LC_ALL="en_US.UTF-8"
44

5+
if [ ! -n "${UNPACK_DIR+x}" ]; then
56
UNPACK_DIR='/mnt/us'
7+
fi
8+
69
# KOReader's working directory.
710
KOREADER_DIR="${UNPACK_DIR}/koreader"
811

0 commit comments

Comments
 (0)