summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-03 22:05:50 +0000
committerMatt Wilson <msw@redhat.com>1999-08-03 22:05:50 +0000
commitb618d8cf0602f1298bda78f9308fe2d01958facf (patch)
treeed1170f3982374df6c53d49e56ae8c13e259f0de /Makefile
parentc4998a7ee5847fb3a754694b21844f0f8d5a4e42 (diff)
downloadanaconda-b618d8cf0602f1298bda78f9308fe2d01958facf.tar.gz
anaconda-b618d8cf0602f1298bda78f9308fe2d01958facf.tar.xz
anaconda-b618d8cf0602f1298bda78f9308fe2d01958facf.zip
fix install target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebc06c4e4..849fe9c81 100644
--- a/Makefile
+++ b/Makefile
@@ -13,5 +13,7 @@ subdirs:
install: all
mkdir -p $(DESTDIR)
+ mkdir -p $(DESTDIR)/iw
cp -a anaconda *.py $(DESTDIR)
+ cp -a iw/*.py $(DESTDIR)/iw
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done