summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5fbf1832..1b278ff57 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,8 @@ 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
+# seems to have been replaced
+# 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)