summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-29 20:42:15 +0000
committerMatt Wilson <msw@redhat.com>1999-08-29 20:42:15 +0000
commit9d5eecbb49a812efe1dcb034c42088f6bf8a3447 (patch)
tree4165edc91117c7b8fee448e842296b6ca882c496
parentc36530a76458734465faa8ecd6a74f65452bc0a1 (diff)
downloadanaconda-9d5eecbb49a812efe1dcb034c42088f6bf8a3447.tar.gz
anaconda-9d5eecbb49a812efe1dcb034c42088f6bf8a3447.tar.xz
anaconda-9d5eecbb49a812efe1dcb034c42088f6bf8a3447.zip
iw makefile
-rw-r--r--iw/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/iw/Makefile b/iw/Makefile
new file mode 100644
index 000000000..dbf50e11c
--- /dev/null
+++ b/iw/Makefile
@@ -0,0 +1,7 @@
+all:
+ echo "nothing to make"
+
+install:
+ mkdir -p $(DESTDIR)/usr/lib/python1.5/site-packages/iw
+ cp -a *.py $(DESTDIR)/usr/lib/python1.5/site-packages/iw
+ ../py-compile --basedir $(DESTDIR)/usr/lib/python1.5/site-packages/iw $(DESTDIR)/usr/lib/python1.5/site-packages/iw/*.py