consistency cosmetics
This commit is contained in:
parent
661b361b4b
commit
0f3e604589
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ install:
|
|||
(echo installing $$i; \
|
||||
cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i; \
|
||||
chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
|
||||
done;
|
||||
cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/lib; \
|
||||
done
|
||||
@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/lib; \
|
||||
chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/lib/openssl.cnf
|
||||
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue