change install path for testing

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@235 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2010-08-26 15:02:34 +00:00
parent ac74542d1f
commit 8e26878676
1 changed files with 1 additions and 2 deletions

View File

@ -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