summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-08-07 19:55:32 +0000
committerMike Fulbright <msf@redhat.com>2000-08-07 19:55:32 +0000
commit728b0f6d826d96b0776cfa4711ac64038f367a34 (patch)
tree6559cbb84327dbd09fe1d1e1107d830e4375fa53 /Makefile
parenta9850218f7f7277c27653ad4293552e29c5e2e99 (diff)
downloadanaconda-728b0f6d826d96b0776cfa4711ac64038f367a34.tar.gz
anaconda-728b0f6d826d96b0776cfa4711ac64038f367a34.tar.xz
anaconda-728b0f6d826d96b0776cfa4711ac64038f367a34.zip
run runrescue command on rescue mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e97669969..43b7885b3 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ install:
cp -a reconfig.init $(DESTDIR)/etc/rc.d/init.d/reconfig
install -m 755 anaconda $(DESTDIR)/usr/sbin/anaconda
install -m 755 anaconda-stub $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 anaconda-runrescue $(DESTDIR)/usr/sbin/anaconda-runrescue
cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-table-kon $(DESTDIR)/$(PYTHONLIBDIR)