aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/backup/tahoe/tahoe.mkbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/backup/tahoe/tahoe.mkbuild b/app/backup/tahoe/tahoe.mkbuild
index 8c884c8..73a5b16 100644
--- a/app/backup/tahoe/tahoe.mkbuild
+++ b/app/backup/tahoe/tahoe.mkbuild
@@ -44,7 +44,7 @@
#
# Dependency list
-[[SLACK REQUIRED]]="setuptools: Twisted: foolscap: simplejson: pycryptopp: Nevow: zope.interface: setuptools"
+[[SLACK REQUIRED]]="zfec: foolscap: simplejson: pycryptopp: Nevow: zope.interface: Twisted: setuptools"
#---------------------
# SlackBuild Sections
@@ -98,5 +98,5 @@ tahoe:
#>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