diff options
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/.footprint.i686 | 2 | ||||
-rw-r--r-- | p11-kit/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | p11-kit/.md5sum.i686 | 2 | ||||
-rw-r--r-- | p11-kit/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | p11-kit/Pkgfile | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/p11-kit/.footprint.i686 b/p11-kit/.footprint.i686 index 60fa245..4ac1703 100644 --- a/p11-kit/.footprint.i686 +++ b/p11-kit/.footprint.i686 @@ -1,7 +1,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/pkcs11/ drwxr-xr-x root/root etc/pkcs11/modules/ --rw-r--r-- root/root etc/pkcs11/pkcs11.conf (EMPTY) +-rw-r--r-- root/root etc/pkcs11/pkcs11.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/p11-kit diff --git a/p11-kit/.footprint.x86_64 b/p11-kit/.footprint.x86_64 index 60fa245..4ac1703 100644 --- a/p11-kit/.footprint.x86_64 +++ b/p11-kit/.footprint.x86_64 @@ -1,7 +1,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/pkcs11/ drwxr-xr-x root/root etc/pkcs11/modules/ --rw-r--r-- root/root etc/pkcs11/pkcs11.conf (EMPTY) +-rw-r--r-- root/root etc/pkcs11/pkcs11.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/p11-kit diff --git a/p11-kit/.md5sum.i686 b/p11-kit/.md5sum.i686 index 1633c5d..d73f8d8 100644 --- a/p11-kit/.md5sum.i686 +++ b/p11-kit/.md5sum.i686 @@ -1 +1 @@ -319e04da39139f3bccb2d910590e0d58 p11-kit-0.3.tar.gz +1b4886ed4e6d25ab0b69e6350a804082 p11-kit-0.5.tar.gz diff --git a/p11-kit/.md5sum.x86_64 b/p11-kit/.md5sum.x86_64 index 1633c5d..d73f8d8 100644 --- a/p11-kit/.md5sum.x86_64 +++ b/p11-kit/.md5sum.x86_64 @@ -1 +1 @@ -319e04da39139f3bccb2d910590e0d58 p11-kit-0.3.tar.gz +1b4886ed4e6d25ab0b69e6350a804082 p11-kit-0.5.tar.gz diff --git a/p11-kit/Pkgfile b/p11-kit/Pkgfile index 8369b18..e4d038b 100644 --- a/p11-kit/Pkgfile +++ b/p11-kit/Pkgfile @@ -6,7 +6,7 @@ # Run on: name=p11-kit -version=0.3 +version=0.5 release=1 source=(http://p11-glue.freedesktop.org/releases/$name-$version.tar.gz) @@ -17,6 +17,6 @@ build() { make make DESTDIR=$PKG install mkdir -p $PKG/etc/pkcs11/modules - touch $PKG/etc/pkcs11/pkcs11.conf + mv $PKG/etc/pkcs11/pkcs11.conf.example $PKG/etc/pkcs11/pkcs11.conf rm -rf $PKG/usr/share/ } |