Ticket #5033: 0001-Use-virtualenv-set-by-configure.patch

File 0001-Use-virtualenv-set-by-configure.patch, 686 bytes (added by ayleph, 9 years ago)
  • Makefile.in

    From b84189e33954855432ae550c360f06f1aace7715 Mon Sep 17 00:00:00 2001
    From: ayleph <ayleph@thisshitistemp.com>
    Date: Tue, 10 Mar 2015 22:24:20 -0700
    Subject: [PATCH] Use virtualenv set by configure
    
    ---
     Makefile.in | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/Makefile.in b/Makefile.in
    index 5530b9e..5964a82 100644
    a b i18n: $(maybe_venv_dep)  
    121121ifneq ($(VIRTUALENV),no)
    122122./bin/python:
    123123        rm -f ./bin/python
    124         virtualenv --system-site-packages --python=$(PYTHON) .
     124        ${VIRTUALENV} --system-site-packages --python=$(PYTHON) .
    125125        ./bin/python setup.py develop --upgrade
    126126
    127127virtualenv: bin/python extlib