From c567ca60adc44b8ce575f3196d180cbb3a7e6334 Mon Sep 17 00:00:00 2001 From: Paul Barriere Date: Fri, 16 Jan 2015 09:59:03 -0600 Subject: Fix for invalid concatenated path causing install to fail in OpenBazaar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 377527b..6db3492 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def get_amalgamation(): os.mkdir(AMALGAMATION_ROOT) print "Downloading amalgation." - amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher" + amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher/" "amalgamation-sqlcipher-2.1.0.zip") # and download it -- cgit v1.2.3