summaryrefslogtreecommitdiff
path: root/backend/resilient/__init__.py
diff options
context:
space:
mode:
authorIkiWiki <ikiwiki.info>2020-03-03 03:49:46 -0500
committerIkiWiki <ikiwiki.info>2020-03-03 03:49:46 -0500
commit4b743a1f2435454da297ff55d531157101d77f7e (patch)
tree42855742ca28c7124971c5a2164aab9db007c7ee /backend/resilient/__init__.py
parent70e0dbc4c60b1bb66aa3aee2563897620be6302a (diff)
downloadstandingwithresilience-4b743a1f2435454da297ff55d531157101d77f7e.tar.gz
standingwithresilience-4b743a1f2435454da297ff55d531157101d77f7e.zip
install bsvup locally if missing
Diffstat (limited to 'backend/resilient/__init__.py')
-rw-r--r--backend/resilient/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/resilient/__init__.py b/backend/resilient/__init__.py
index 73ad2db..1df09bd 100644
--- a/backend/resilient/__init__.py
+++ b/backend/resilient/__init__.py
@@ -108,7 +108,6 @@ class ikiwiki:
if not found:
print("ikiwiki not found: attempting to build")
os.system("%s/build_ikiwiki.sh" % dep_path)
- binary = "%s/prefix/bin/ikiwiki" % dep_path
found = (os.system("%s --version" % binary) == 0)
if not found:
print("WARNING: ikiwiki not found. did build fail on this platform?")