summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-18 18:38:52 +0000
committerMatt Wilson <msw@redhat.com>1999-08-18 18:38:52 +0000
commitaa192c2b058fa3f84cdbd40e885b5776d01229a1 (patch)
treee04a4bb3cda766f5b9f492af064743d6c56e578a /Makefile
parentc03e5290de07d112f8a386ffd072ed29176a4fef (diff)
downloadanaconda-aa192c2b058fa3f84cdbd40e885b5776d01229a1.tar.gz
anaconda-aa192c2b058fa3f84cdbd40e885b5776d01229a1.tar.xz
anaconda-aa192c2b058fa3f84cdbd40e885b5776d01229a1.zip
makefile changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb356a161..8f4fcbecb 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ subdirs:
install: all
mkdir -p $(DESTDIR)/usr/bin
- mkdir -p $(DESTDIR)/usr/lib/python1.5/lib-dynload
+ mkdir -p $(DESTDIR)/usr/lib/python1.5/site-packages
mkdir -p $(DESTDIR)/usr/bin/iw
cp -a anaconda *.py $(DESTDIR)/usr/bin
cp -a iw/*.py $(DESTDIR)/usr/bin/iw