aboutsummaryrefslogtreecommitdiff
path: root/dev/python/cheetah/Cheetah.mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev/python/cheetah/Cheetah.mkbuild')
-rw-r--r--dev/python/cheetah/Cheetah.mkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/python/cheetah/Cheetah.mkbuild b/dev/python/cheetah/Cheetah.mkbuild
index 3219bd7..0bf5d37 100644
--- a/dev/python/cheetah/Cheetah.mkbuild
+++ b/dev/python/cheetah/Cheetah.mkbuild
@@ -92,5 +92,5 @@ Cheetah:
#>make_package
# Build and install package
-python setup.py build install --root=$PKG
+python setup.py build install --root=$PKG || exit $ERROR_INSTALL
#<make_package