X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fsystem%2Fca-certificates%2FMakefile;h=eb44196ad823ec9a015e7cf443cd992df283b93c;hb=c295f65da958372963094ffd5e81e4d60f9de62e;hp=f8fdf597fd58a6b4ad402665599943d236668650;hpb=02373252ba18652c9641841428f7a4ceb8f9deeb;p=openwrt%2F.git diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index f8fdf597fd..eb44196ad8 100644 --- 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))