From c0a54955e706f7ccb2a8b7b3b2346e1a6592c6cb Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 20 Oct 2006 09:43:36 +1000 Subject: [PATCH] Remove /etc/fish file before creating directory with the same name to avoid clash darcs-hash:20061019234336-ac50b-569c1b492ab4d1f5f84dc8a4730700264c4e3e10.gz --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index da1a08816..78e8179b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -406,6 +406,7 @@ install-force: all install-translations for i in $(PROGRAMS); do\ $(INSTALL) -m 755 $$i $(DESTDIR)$(bindir) ; \ done; + rm $(DESTDIR)$(sysconfdir)/fish; true $(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)/fish $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/completions