summaryrefslogtreecommitdiffstats
path: root/balkan
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-05-03 21:14:31 +0000
committerMatt Wilson <msw@redhat.com>1999-05-03 21:14:31 +0000
commit0326f77c860cf57068cde4ad365451e7adbef268 (patch)
treecfbe72e33a557626eb3bc4089d3d531c6e5fc9c1 /balkan
parent663a64b69379647e24bd23faf3bed61d683b4133 (diff)
downloadanaconda-0326f77c860cf57068cde4ad365451e7adbef268.tar.gz
anaconda-0326f77c860cf57068cde4ad365451e7adbef268.tar.xz
anaconda-0326f77c860cf57068cde4ad365451e7adbef268.zip
added install target
Diffstat (limited to 'balkan')
-rw-r--r--balkan/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/balkan/Makefile b/balkan/Makefile
index 37f85a592..23a12f5b7 100644
--- a/balkan/Makefile
+++ b/balkan/Makefile
@@ -1,3 +1,4 @@
+DESTDIR = $TOPDIR/RedHat/instimage/usr/lib/python1.5/site-packages
OBJECTS = rw.o dos.o
@@ -17,3 +18,6 @@ clean:
rm -f *.o $(TARGET)
dos.o: dos.h
+
+install: all
+ cp _balkanmodule.so $(DESTDIR)