summarylogtreecommitdiffstats
path: root/install.py.patch
diff options
context:
space:
mode:
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")