summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-11-13 23:57:39 +0200
committerMantas Mikulėnas2022-11-13 23:57:39 +0200
commit6823338c778e180c942e6d2e095e35c744230d29 (patch)
treea11a220e5ba8a5fd0a485b88498f15596eabbed1 /PKGBUILD
parent221db35c58bd5d518b4033bce9b8d3f4ba2da6c9 (diff)
downloadaur-6823338c778e180c942e6d2e095e35c744230d29.tar.gz
apparently this is exactly how it's supposed to be packaged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db312fce9921..f6ede04a531b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,8 +47,6 @@ package() {
cd $pkgname
make DESTDIR="$pkgdir" install
- # I don't think it's supposed to go directly in /usr/lib, but I don't feel
- # like moving it either...
mkdir -p "$pkgdir"/usr/lib/ossl-modules
ln -sr "$pkgdir"/usr/lib/pkcs11_provider.so "$pkgdir"/usr/lib/ossl-modules/pkcs11.so
}