summarylogtreecommitdiffstats
path: root/install.py.patch
diff options
context:
space:
mode:
authorIsmaël Bouya2017-02-12 19:17:33 +0100
committerIsmaël Bouya2017-02-12 19:17:33 +0100
commit67c14014dba2ac46985218646f47fe9c72b85e19 (patch)
tree55c1f19f568322df527eee56bffb37d7717d1c70 /install.py.patch
parente5e7ae32d5552151f95f945287f84dedffb0fbd4 (diff)
downloadaur-67c14014dba2ac46985218646f47fe9c72b85e19.tar.gz
Upgrade to 4.3.0
Diffstat (limited to 'install.py.patch')
-rw-r--r--install.py.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.py.patch b/install.py.patch
index 779c0a7701f8..7c4dfd2c014d 100644
--- a/install.py.patch
+++ b/install.py.patch
@@ -50,8 +50,8 @@
def main():
-- global ROOT_PREFIX, PKGS_DIR, FORCE
-+ global ROOT_PREFIX, PKGS_DIR, FORCE, instdir
+- global ROOT_PREFIX, PKGS_DIR
++ global ROOT_PREFIX, PKGS_DIR, instdir
p = OptionParser(description="conda link tool used by installers")