mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Debian package: skip the set -e for now
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Script to generate debian packages for KOReader
|
||||
set -e
|
||||
|
||||
if [ -z "${1}" ]; then
|
||||
echo "${0}: can't find KOReader build, please specify a path"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user