PR: 1686
Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
This commit is contained in:
		@@ -107,6 +107,7 @@ install:
 | 
			
		||||
	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
 | 
			
		||||
	@if [ -n "$(SHARED_LIBS)" ]; then \
 | 
			
		||||
		set -e; \
 | 
			
		||||
		$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines; \
 | 
			
		||||
		for l in $(LIBNAMES); do \
 | 
			
		||||
			( echo installing $$l; \
 | 
			
		||||
			  pfx=lib; \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user