summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-14 06:23:47 +0000
committerMatt Wilson <msw@redhat.com>2000-06-14 06:23:47 +0000
commit1ecd364f262d1e1f6bb1f4031dc9a849e5b4abac (patch)
tree5f5f040fd51fce7e3a2bb7a0a99b47a894341062 /Makefile
parentf6650c9f9bd202de48384e4c2b6573e2e8ba346e (diff)
downloadanaconda-1ecd364f262d1e1f6bb1f4031dc9a849e5b4abac.tar.gz
anaconda-1ecd364f262d1e1f6bb1f4031dc9a849e5b4abac.tar.xz
anaconda-1ecd364f262d1e1f6bb1f4031dc9a849e5b4abac.zip
put raid stubs in place
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 611d8cedc..0e5262982 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ install:
cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
cp -a *.so $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a raid*stub $(DESTDIR)/$(PYTHONLIBDIR)
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
archive: create-archive