From ab4055ea118a9868519809c5f2f82c49082e346f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 11 Sep 2024 16:35:44 +0000 Subject: [PATCH] Ensured library installation to /usr/lib/ --- pkg.info | 1 + source.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg.info b/pkg.info index bd44ada..a5c9554 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: p11-kit description: Loads and enumerates PKCS#11 modules version: 0.25.3 +revision: 2 url: https://p11-glue.freedesktop.org/ license: BSD architecture: any diff --git a/source.sh b/source.sh index 09e1ed1..f6c04c8 100644 --- a/source.sh +++ b/source.sh @@ -19,6 +19,7 @@ build() { cd p11-build meson setup .. \ --prefix=/usr \ + --libdir=/usr/lib \ --buildtype=release \ -Dtrust_paths=/etc/pki/anchors ninja