Açıklama çevirisi

This commit is contained in:
Yaşar Çiv 2017-04-06 16:02:11 +03:00 committed by GitHub
parent 0146e063b0
commit b7e0c8bd18

View file

@ -1,6 +1,6 @@
# Description: Provides a way to load and enumerate PKCS 11 modules. # Description: PKCS 11 modüllerini yüklemek ve numaralandırmak için bir yol sağlar.
# URL: http://p11-glue.freedesktop.org/p11-kit.html # URL: http://p11-glue.freedesktop.org/p11-kit.html
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: libffi libtasn1 # Depends on: libffi libtasn1
name=p11-kit name=p11-kit
@ -19,4 +19,4 @@ rm -r $PKG/usr/share
if [ -f $PKG/etc/pkcs11/pkcs11.conf.example ]; then if [ -f $PKG/etc/pkcs11/pkcs11.conf.example ]; then
mv $PKG/etc/pkcs11/pkcs11.conf{.example,} mv $PKG/etc/pkcs11/pkcs11.conf{.example,}
fi fi
} }