Skip to content
Snippets Groups Projects
Commit 9bc8a05b authored by Fons Rademakers's avatar Fons Rademakers
Browse files

avoid rm -rf in root/etc altogether to avoid any more accidents during install

related to users not following the installation guide.


git-svn-id: http://root.cern.ch/svn/root/trunk@19560 27541ba8-7e3a-0410-8455-c3a389f83636
parent 65b65b4f
No related branches found
No related tags found
No related merge requests found
......@@ -843,7 +843,7 @@ install: all
$(INSTALLDATA) man/man1/* $(DESTDIR)$(MANDIR); \
find $(DESTDIR)$(MANDIR) -name CVS -exec rm -rf {} \; >/dev/null 2>&1; \
echo "Installing config files in $(DESTDIR)$(ETCDIR)"; \
rm -rf $(DESTDIR)$(ETCDIR); \
rm -f $(DESTDIR)$(ETCDIR)/system.rootmap; \
$(INSTALLDIR) $(DESTDIR)$(ETCDIR); \
$(INSTALLDATA) etc/* $(DESTDIR)$(ETCDIR); \
find $(DESTDIR)$(ETCDIR) -name CVS -exec rm -rf {} \; >/dev/null 2>&1; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment