Commit 7bfff05b authored by Silvan Calarco's avatar Silvan Calarco

Makefile: fix a typo in profile.d installation

parent d8df8b66
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment