about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-10-18 00:25:35 +0200
committerhut <hut@lavabit.com>2012-10-18 00:25:35 +0200
commit7ff2121eff2590a11ad623be9bb2c48010630187 (patch)
tree901069fe53b5d67619f3b593480c403266973e8c /Makefile
parent9cac7eb77745afce21851a3f031bb6e41f98bfa5 (diff)
downloadranger-7ff2121eff2590a11ad623be9bb2c48010630187.tar.gz
Makefile: use python2.7 too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20cf6f25..cb3154f6 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar
 # Find suitable python version (need python >= 2.6 or 3.1):
 PYTHON ?= $(shell python -c 'import sys; sys.exit(sys.version < "2.6")' && \
 	which python || which python3.2 || which python3.1 || which python3 || \
-	which python2.6)
+	which python2.7 || which python2.6)
 SETUPOPTS ?= '--record=install_log.txt'
 DOCDIR ?= doc/pydoc
 DESTDIR ?= /