PR: 1882
Submitted by: Corinna Vinschen <vinschen@redhat.com> Approved by: steve@openssl.org Typo.
This commit is contained in:
parent
59745556b4
commit
1dad4f3672
@ -55,7 +55,7 @@ install:
|
|||||||
esac; \
|
esac; \
|
||||||
cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||||
else \
|
else \
|
||||||
sfx="so"; \
|
sfx=".so"; \
|
||||||
cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||||
fi; \
|
fi; \
|
||||||
chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user