aboutsummaryrefslogtreecommitdiff
path: root/dev/python/pycrypto/pycrypto.mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev/python/pycrypto/pycrypto.mkbuild')
-rw-r--r--dev/python/pycrypto/pycrypto.mkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/python/pycrypto/pycrypto.mkbuild b/dev/python/pycrypto/pycrypto.mkbuild
index 713d61c..800dc19 100644
--- a/dev/python/pycrypto/pycrypto.mkbuild
+++ b/dev/python/pycrypto/pycrypto.mkbuild
@@ -89,5 +89,5 @@ pycrypto:
#>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