diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 21:02:42 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 21:02:42 +0000 |
commit | 0c95023bfe54fffbad7426b277e47d8b4182db3c (patch) | |
tree | cf2eb0fed448d6a423c17ac95dda599d981840a0 /repo/core/cacerts.xibuild | |
parent | 2d4c956677321ea924a620fa5ba684b0666841dc (diff) |
amde cacerts optionally not fail
Diffstat (limited to 'repo/core/cacerts.xibuild')
-rw-r--r-- | repo/core/cacerts.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/cacerts.xibuild b/repo/core/cacerts.xibuild index 23ce5dd..9ebe9bd 100644 --- a/repo/core/cacerts.xibuild +++ b/repo/core/cacerts.xibuild @@ -7,5 +7,5 @@ DESC="Root certificates needed by ssl built using make-ca" package () { bash make-ca -g --force -D $PKG_DEST - chmod -R 777 $PKG_DEST + chmod -R 777 $PKG_DEST || echo "couldnt change permissions for $PKG_DEST" } |