diff --git a/pkg.info b/pkg.info index a5c9554..42b6ee2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: p11-kit description: Loads and enumerates PKCS#11 modules version: 0.25.3 -revision: 2 +revision: 3 url: https://p11-glue.freedesktop.org/ license: BSD architecture: any diff --git a/source.sh b/source.sh index f6c04c8..d3d7293 100644 --- a/source.sh +++ b/source.sh @@ -38,4 +38,6 @@ package() { cd p11-build DESTDIR="$BPM_OUTPUT" ninja install ln -sfv /usr/libexec/p11-kit/trust-extract-compat "$BPM_OUTPUT"/usr/bin/update-ca-certificates + + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/p11-kit/COPYING }