Skip to content

Commit

Permalink
Merge pull request #398 from mariux64/update-ca-certs-to-20170612
Browse files Browse the repository at this point in the history
Update ca-certs from 2014 to 20170612
  • Loading branch information
donald authored Jun 13, 2017
2 parents c729db5 + f4e0044 commit 6a6e354
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ca-certs-20140527-3.bee → ca-certs.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION ca-certs-20170612-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]=""
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

mee_build() {
Expand All @@ -62,9 +64,9 @@ mee_build() {
mee_install() {
mkdir -p ${D}${SYSCONFDIR}/ssl/certs
install -m 644 *.pem *.0 ${D}${SYSCONFDIR}/ssl/certs

install -m 644 ca-bundle.crt ${D}${SYSCONFDIR}/ssl/ca-bundle.crt

}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 6a6e354

Please sign in to comment.