summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-14 23:18:12 +0000
committerMatt Wilson <msw@redhat.com>2000-02-14 23:18:12 +0000
commit6e2f78dfcf8b86b28da34e25f7faba82d1e51618 (patch)
treed46db67568f28ac0a9bbd699d47fcee66fada1f7 /Makefile
parent20b9dd22ef215a55030dc7f05d0d040db8f37c2c (diff)
downloadanaconda-6e2f78dfcf8b86b28da34e25f7faba82d1e51618.tar.gz
anaconda-6e2f78dfcf8b86b28da34e25f7faba82d1e51618.tar.xz
anaconda-6e2f78dfcf8b86b28da34e25f7faba82d1e51618.zip
added raidstart and raidstop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0297bd2fe..f744de549 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,8 @@ install: all
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)
cp -a anaconda $(DESTDIR)/usr/bin
+ cp -a raidstart-stub $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a raidstop-stub $(DESTDIR)/$(PYTHONLIBDIR)
cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(DESTDIR)/$(PYHTONLIBDIR) $(PYFILES)