summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-02-22 21:27:55 +0000
committerErik Troan <ewt@redhat.com>2001-02-22 21:27:55 +0000
commit5339b5f9f27596a696def0a0528af663a3ff53bd (patch)
tree284596485760303198f7501afb582c858bc09f5d /Makefile
parenta4083f873cc5e8e3fc1b9662b646492ce92e6a43 (diff)
downloadanaconda-5339b5f9f27596a696def0a0528af663a3ff53bd.tar.gz
anaconda-5339b5f9f27596a696def0a0528af663a3ff53bd.tar.xz
anaconda-5339b5f9f27596a696def0a0528af663a3ff53bd.zip
added pump program for rescue mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a03919ec..c7ea1222d 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ install:
strip $(DESTDIR)/$(PYTHONLIBDIR)/*.so
cp -a raid*stub $(DESTDIR)/$(PYTHONLIBDIR)
cp -a losetup-stub $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a pump-stub $(DESTDIR)/$(PYTHONLIBDIR)
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
archive: create-archive