mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] Debian package: ensure failure is caught (#7804)
fakeroot was missing from the Docker image.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Script to generate debian packages for KOReader
|
||||
# shellcheck disable=SC2164
|
||||
set -e
|
||||
|
||||
if [ -z "${1}" ]; then
|
||||
echo "${0}: can't find KOReader build, please specify a path"
|
||||
@@ -120,5 +120,3 @@ else
|
||||
echo "${COMMAND} not found, unable to build Debian package"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user