Index: Makefile --- Makefile.orig +++ Makefile @@ -143,7 +143,7 @@ uninstall-doc : $(RM) -r $(DESTDIR)$(docdir) install-completion : - if [ -d $(compdir) ] ; then \ + if true || [ -d $(compdir) ] ; then \ $(INSTALL_DIR) $(DESTDIR)$(compdir) ; \ for program in $(PROGRAMS) ; do \ $(INSTALL_DATA) completion/$$program.bash $(DESTDIR)$(compdir)/$$program ; done ; \