diff options
Diffstat (limited to 'repo/system/libp11-kit.xibuild')
-rw-r--r-- | repo/system/libp11-kit.xibuild | 2 |
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 } |