blob: d016dda9b9ff793abe133307a1db7901248e62ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Makefile.orig Tue Aug 15 10:23:51 2000
+++ Makefile Tue Aug 15 10:24:42 2000
@@ -1,11 +1,11 @@
# $Id: Makefile,v 1.3 2000/07/31 14:06:31 kjetilja Exp $
# Installation prefix -- modify to your preferences
-PREFIX=/usr/local
+#PREFIX=/usr/local
# NOTE: Normally nothing below this point need to be changed
-PYTHON=/usr/bin/env python
+PYTHON=${LOCALBASE}/bin/python
PYTHONLIBPATH=`$(PYTHON) -c 'import sys; print sys.prefix'`/lib/python1.5
COMPILEPROG=compileall.py
COMPILEPROGOPT=-l .
|