diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:48 +0200 |
commit | 71242d66a32a9e3e552c9cee6d6f6e703ff0797b (patch) | |
tree | 4fde8a4656be336d8e81330e5d4cc226170a31fe /package/ca-certificates | |
parent | bf62091b68e248270e432d935709ca5c95d1ae16 (diff) |
rework post-install
Be sure to execute post-install as last step after
populating staging dir.
Diffstat (limited to 'package/ca-certificates')
-rw-r--r-- | package/ca-certificates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ca-certificates/Makefile b/package/ca-certificates/Makefile index e53290628..e33490ef1 100644 --- a/package/ca-certificates/Makefile +++ b/package/ca-certificates/Makefile @@ -24,7 +24,7 @@ $(eval $(call PKG_template,CA_CERTIFICATES,ca-certificates,${PKG_VERSION}-${PKG_ CONFIG_STYLE:= manual -post-install: +ca-certificates-install: ifeq (${ADK_PACKAGE_CA_CERTIFICATES_SMALL},y) ${INSTALL_DIR} ${IDIR_CA_CERTIFICATES}/etc/ssl ${INSTALL_DATA} ./extra/cert.pem ${IDIR_CA_CERTIFICATES}/etc/ssl/ |