projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627e974
)
ca-certificates: install to /etc/ssl/certs/ directly instead of installing a symlink...
author
Felix Fietkau
<
[email protected]
>
Sun, 23 Mar 2014 11:59:37 +0000
(11:59 +0000)
committer
Felix Fietkau
<
[email protected]
>
Sun, 23 Mar 2014 11:59:37 +0000
(11:59 +0000)
Signed-off-by: Felix Fietkau <
[email protected]
>
SVN-Revision: 40007
package/system/ca-certificates/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ca-certificates/Makefile
b/package/system/ca-certificates/Makefile
index f8fdf597fd58a6b4ad402665599943d236668650..eb44196ad823ec9a015e7cf443cd992df283b93c 100644
(file)
--- a/
package/system/ca-certificates/Makefile
+++ b/
package/system/ca-certificates/Makefile
@@
-32,10
+32,8
@@
define Build/Install
endef
define Package/ca-certificates/install
- $(INSTALL_DIR) $(1)/etc/ssl
- ln -s ../../usr/share/ca-certificates $(1)/etc/ssl/certs
- $(INSTALL_DIR) $(1)/usr/share/ca-certificates
- $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/ca-certificates/*/*.crt $(1)/usr/share/ca-certificates/
+ $(INSTALL_DIR) $(1)/etc/ssl/certs
+ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/ca-certificates/*/*.crt $(1)/etc/ssl/certs/
endef
$(eval $(call BuildPackage,ca-certificates))