diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-18 18:38:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-18 18:38:52 +0000 |
commit | aa192c2b058fa3f84cdbd40e885b5776d01229a1 (patch) | |
tree | e04a4bb3cda766f5b9f492af064743d6c56e578a /Makefile | |
parent | c03e5290de07d112f8a386ffd072ed29176a4fef (diff) | |
download | anaconda-aa192c2b058fa3f84cdbd40e885b5776d01229a1.tar.gz anaconda-aa192c2b058fa3f84cdbd40e885b5776d01229a1.tar.xz anaconda-aa192c2b058fa3f84cdbd40e885b5776d01229a1.zip |
makefile changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |