File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ install-data-local:
4949 if test -f $$file; then \
5050 $(INSTALL_DATA) $$file $(DESTDIR)$(exec_prefix)/etc/libpki/store.d; \
5151 fi \
52- done \
53- @for file in $(CONFIGS) ; do \
54- if test -f $$file; then \
55- $(INSTALL_DATA) $$file $(DESTDIR)$(exec_prefix)/etc/libpki; \
56- fi \
57- done \
52+ done
53+ @for file in $(CONFIGS) ; do \
54+ if test -f $$file; then \
55+ $(INSTALL_DATA) $$file $(DESTDIR)$(exec_prefix)/etc/libpki; \
56+ fi \
57+ done
5858 @$(INSTALL_DATA) $(PKI_CONFIG) $(DESTDIR)$(exec_prefix)/etc
5959
6060
Original file line number Diff line number Diff line change @@ -613,12 +613,12 @@ install-data-local:
613613 if test -f $$file; then \
614614 $(INSTALL_DATA) $$file $(DESTDIR)$(exec_prefix)/etc/libpki/store.d; \
615615 fi \
616- done \
617- @for file in $(CONFIGS) ; do \
618- if test -f $$file; then \
619- $(INSTALL_DATA) $$file $(DESTDIR)$(exec_prefix)/etc/libpki; \
620- fi \
621- done \
616+ done
617+ @for file in $(CONFIGS) ; do \
618+ if test -f $$file; then \
619+ $(INSTALL_DATA) $$file $(DESTDIR)$(exec_prefix)/etc/libpki; \
620+ fi \
621+ done
622622 @$(INSTALL_DATA) $(PKI_CONFIG) $(DESTDIR)$(exec_prefix)/etc
623623
624624# Tell versions [3.59,3.63) of GNU make to not export all variables.
You can’t perform that action at this time.
0 commit comments