summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-16 06:07:37 +0000
committerMike Fulbright <msf@redhat.com>2002-08-16 06:07:37 +0000
commit8c5fd6da41bbda53514591782bd103165ab1a789 (patch)
tree7dcb4b182bad2e5beb69f439c2c21565a332e238 /Makefile
parenteffb7a0995bd5f1d5735aac57553fd3fc915cd5f (diff)
downloadanaconda-8c5fd6da41bbda53514591782bd103165ab1a789.tar.gz
anaconda-8c5fd6da41bbda53514591782bd103165ab1a789.tar.xz
anaconda-8c5fd6da41bbda53514591782bd103165ab1a789.zip
install new stubs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 83fdd6e89..4db430fb2 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,8 @@ install:
cp -a raid*stub $(DESTDIR)/$(PYTHONLIBDIR)
cp -a losetup-stub $(DESTDIR)/$(PYTHONLIBDIR)
cp -a pump-stub $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a list-harddrives-stub $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a kudzu-probe-stub $(DESTDIR)/$(PYTHONLIBDIR)
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
archive: create-archive