summaryrefslogtreecommitdiff
path: root/repo/system/cacerts.xibuild
diff options
context:
space:
mode:
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 65c41f3..82e6782 100644
--- a/repo/system/cacerts.xibuild
+++ b/repo/system/cacerts.xibuild
@@ -10,5 +10,6 @@ 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
+ bash make-ca -g --force -D $PKG_DEST
chmod -R 777 $PKG_DEST || echo "couldnt change permissions for $PKG_DEST"
}