diff options
author | hut <hut@lavabit.com> | 2010-06-18 19:58:53 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-18 19:58:53 +0200 |
commit | 3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29 (patch) | |
tree | db978f1c785800f63faf64cd5ca2f9838f3e8413 /Makefile | |
parent | 9518af1e5838643ef0fb68fd75fb275bb461ca3c (diff) | |
download | ranger-3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29.tar.gz |
INSTALL: changed logname from uninstall_info to install_log.txt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 88abe024..09463244 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,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.1 || which python3 || which python2.6) -SETUPOPTS ?= '--record=uninstall_info' +SETUPOPTS ?= '--record=install_log.txt' DOCDIR ?= doc/pydoc DESTDIR ?= / PYOPTIMIZE ?= 1 |