From 7bfff05ba0198ec40d17c119476873fc675e91fd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 7 Jun 2011 17:41:07 +0200 Subject: [PATCH] Makefile: fix a typo in profile.d installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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