summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-07-26 16:28:16 +0300
committerMantas Mikulėnas2019-07-26 16:28:16 +0300
commit372f1014b884c0a047339cc7bdad9d55d51764a0 (patch)
tree8774ae9ebff3f64d719dd9e77951139d6970039f
parent09d035b1d47ed9ff1e262e8e95a5f2eee9b71a5d (diff)
downloadaur-372f1014b884c0a047339cc7bdad9d55d51764a0.tar.gz
remove bundled OpenSSL
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 624d7b9828d3..88e0dfe882ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,4 +23,6 @@ package() {
cp -av etc usr "$pkgdir"
# OCD
chmod -x "$pkgdir"/usr/share/*/*.json
+ # bundled openssl 1.0.1d
+ rm "$pkgdir"/usr/lib/dokobit-plugin/libcrypto.so
}