summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--balkan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/balkan/Makefile b/balkan/Makefile
index 416469435..f1101eb3a 100644
--- a/balkan/Makefile
+++ b/balkan/Makefile
@@ -1,4 +1,4 @@
-DESTDIR = $(TOPDIR)/RedHat/instimage/usr/lib/python1.5/site-packages
+PYTHONLIBDIR = $(DESTDIR)/usr/lib/python1.5/site-packages
OBJECTS = rw.o dos.o
@@ -20,4 +20,4 @@ clean:
dos.o: dos.h
install: all
- cp _balkanmodule.so $(DESTDIR)
+ #cp _balkanmodule.so $(PYTHONLIBDIR)