summaryrefslogtreecommitdiff
path: root/repo/core/cacerts.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/cacerts.xibuild')
-rw-r--r--repo/core/cacerts.xibuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/core/cacerts.xibuild b/repo/core/cacerts.xibuild
deleted file mode 100644
index 9ebe9bd..0000000
--- a/repo/core/cacerts.xibuild
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-DEPS=(make-ca)
-
-SOURCE=https://github.com/djlucas/make-ca/releases/download/v1.7/make-ca-1.7.tar.xz
-DESC="Root certificates needed by ssl built using make-ca"
-
-package () {
- bash make-ca -g --force -D $PKG_DEST
- chmod -R 777 $PKG_DEST || echo "couldnt change permissions for $PKG_DEST"
-}