diff --git a/Makefile b/Makefile index 48593c8..4efa318 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ install: install-dirs for f in $(cfg_files_list); do\ $(INSTALL_DATA) config/$$f $(DESTDIR)$(sysconfdir)/$$f; \ done - for f in profile.d/*.{,csh,sh}; do\ + for f in profile.d/*.{csh,sh}; do\ $(INSTALL_SCRIPT) $$f $(DESTDIR)$(sysconfdir)/$$f;\ done