From 8e268786764f996b859bb919dac772bd5b0a5cc9 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Thu, 26 Aug 2010 15:02:34 +0000 Subject: [PATCH] change install path for testing git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@235 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 69cdcb9..f87fd9e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ ## PACKAGE=pdfminer -PREFIX=/usr/local PYTHON=python RM=rm -f @@ -11,7 +10,7 @@ CP=cp -f all: install: - $(PYTHON) setup.py install --prefix=$(PREFIX) + $(PYTHON) setup.py install --home=$(HOME) clean: -$(PYTHON) setup.py clean