summaryrefslogtreecommitdiff
path: root/repo/system/cacerts.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-05 09:53:57 +0000
committerdavidovski <david@davidovski.xyz>2022-02-05 09:53:57 +0000
commit2b03a29209d1ff2ccf319e48371c699beb7605b5 (patch)
tree9e205630c5d7d70eeb29cb638f80a6d3975c3e18 /repo/system/cacerts.xibuild
parenteacbc91e1eaf3b3e6684ac1b43bd7048ecc4d9a3 (diff)
configured options for glibc
Diffstat (limited to 'repo/system/cacerts.xibuild')
-rw-r--r--repo/system/cacerts.xibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/cacerts.xibuild b/repo/system/cacerts.xibuild
index b8e2292..65c41f3 100644
--- a/repo/system/cacerts.xibuild
+++ b/repo/system/cacerts.xibuild
@@ -8,6 +8,7 @@ SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$P
DESC="Root certificates needed by ssl built using make-ca"
package () {
+ # TODO check why this doesnt package /etc/ssl/certs the first time in some occasions
bash make-ca -g --force -D $PKG_DEST
chmod -R 777 $PKG_DEST || echo "couldnt change permissions for $PKG_DEST"
}