Skip to content

Commit

Permalink
Remove /etc/fish file before creating directory with the same name to…
Browse files Browse the repository at this point in the history
… avoid clash

darcs-hash:20061019234336-ac50b-569c1b492ab4d1f5f84dc8a4730700264c4e3e10.gz
  • Loading branch information
liljencrantz committed Oct 19, 2006
1 parent b2d4e85 commit c0a5495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0a5495

Please sign in to comment.