From 9a3e3ad146c44cc0ffdc3ef687b9b084c91243be Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Mar 2014 07:41:45 +0530 Subject: [PATCH] ... --- setup/linux-installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/linux-installer.py b/setup/linux-installer.py index 5347acbb86..d552279d2e 100644 --- a/setup/linux-installer.py +++ b/setup/linux-installer.py @@ -592,6 +592,7 @@ def extract_tarball(raw, destdir): p.stdin.close() if p.wait() != 0: prints('Extracting of application files failed with error code: %s' % p.returncode) + raise SystemExit(1) def get_tarball_info(): global signature, calibre_version