summaryrefslogtreecommitdiff
path: root/repo/system/libp11-kit.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-01 21:25:54 +0000
committerdavidovski <david@davidovski.xyz>2022-03-01 21:25:54 +0000
commite8213fac46bfcb8068a883cb88b2bb1587f190f9 (patch)
tree8ec5946d18961404efb12700267e10cffffa6db7 /repo/system/libp11-kit.xibuild
parent79c82d8fc0a4f6618429a0373bb832afd105543e (diff)
made packages work with musl
Diffstat (limited to 'repo/system/libp11-kit.xibuild')
-rw-r--r--repo/system/libp11-kit.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild
index ad12ec7..11d33be 100644
--- a/repo/system/libp11-kit.xibuild
+++ b/repo/system/libp11-kit.xibuild
@@ -27,7 +27,7 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- ln -sfv $PKG_DEST/usr/libexec/p11-kit/trust-extract-compat \
+ ln -sf $PKG_DEST/usr/libexec/p11-kit/trust-extract-compat \
$PKG_DEST/usr/bin/update-ca-certificates
}