summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-29 00:24:00 +0000
committerMike Fulbright <msf@redhat.com>2003-01-29 00:24:00 +0000
commitde7af3b562d34106f74af7b24efda347e689b8d8 (patch)
tree5c01dbfde72596865138e7b207f45a8a60be462c /scripts/Makefile
parentc55dc6df6aa2405c21ef78e875706f11e72bf28b (diff)
downloadanaconda-de7af3b562d34106f74af7b24efda347e689b8d8.tar.gz
anaconda-de7af3b562d34106f74af7b24efda347e689b8d8.tar.xz
anaconda-de7af3b562d34106f74af7b24efda347e689b8d8.zip
install rescue image script
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 7c0fd3f67..5ae914367 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -5,6 +5,7 @@ all:
install:
install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 mk-rescueimage* $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 splitdistro $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR)