[fix] Debian package: ensure failure is caught (#7804)

fakeroot was missing from the Docker image.
reviewable/pr7807/r1
Frans de Jonge 3 years ago committed by GitHub
parent 0d161272fc
commit ae544b741d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save