parent
d9259b25bf
commit
115aced5c7
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ endef
|
|||
|
||||
define Package/libopenssl/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{crypto,ssl}.so.* $(1)/usr/lib/
|
||||
chmod 0644 $(1)/usr/lib/*
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libcrypto.so.* $(1)/usr/lib/
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libssl.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/openssl-util/install
|
||||
|
|
Loading…
Reference in a new issue