Makefile: fix a typo in profile.d installation
This commit is contained in:
parent
d8df8b666d
commit
7bfff05ba0
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ install: install-dirs
|
|||||||
for f in $(cfg_files_list); do\
|
for f in $(cfg_files_list); do\
|
||||||
$(INSTALL_DATA) config/$$f $(DESTDIR)$(sysconfdir)/$$f; \
|
$(INSTALL_DATA) config/$$f $(DESTDIR)$(sysconfdir)/$$f; \
|
||||||
done
|
done
|
||||||
for f in profile.d/*.{,csh,sh}; do\
|
for f in profile.d/*.{csh,sh}; do\
|
||||||
$(INSTALL_SCRIPT) $$f $(DESTDIR)$(sysconfdir)/$$f;\
|
$(INSTALL_SCRIPT) $$f $(DESTDIR)$(sysconfdir)/$$f;\
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user