Got Python installation fixed, at least on Debian.

This commit is contained in:
david 2002-05-25 01:23:36 +00:00
parent 08ae48b8a6
commit 2699cdc9b4
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
Lampadas

View File

@ -1,4 +1,4 @@
modprefix = /usr/lib/python2.1/site-packages
modprefix = /usr/local/lib/site-python
INSTALLDIR = install -d
INSTALLMOD = install -p -m 644
@ -10,6 +10,7 @@ build:
install: all
$(INSTALLDIR) $(modprefix)/Lampadas
$(INSTALLMOD) *.py $(modprefix)/Lampadas
$(INSTALLMOD) Lampadas.pth $(modprefix)
clean:
rm -f *.pyc