Blame SOURCES/opencryptoki-3.17.0-p11sak.patch

b9ab58
diff -up opencryptoki-3.17.0/Makefile.am.me opencryptoki-3.17.0/Makefile.am
b9ab58
--- opencryptoki-3.17.0/Makefile.am.me	2021-11-09 09:45:49.032661898 +0100
b9ab58
+++ opencryptoki-3.17.0/Makefile.am	2021-11-09 09:46:41.353400986 +0100
b9ab58
@@ -76,7 +76,7 @@ if ENABLE_EP11TOK
b9ab58
 endif
b9ab58
 if ENABLE_P11SAK
b9ab58
 	test -f $(DESTDIR)$(sysconfdir)/opencryptoki || $(MKDIR_P) $(DESTDIR)$(sysconfdir)/opencryptoki || true
b9ab58
-	test -f $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf || $(INSTALL) -g pkcs11 -m 0640 $(srcdir)/usr/sbin/p11sak/p11sak_defined_attrs.conf $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf || true
b9ab58
+	test -f $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf || $(INSTALL) -m 0644 $(srcdir)/usr/sbin/p11sak/p11sak_defined_attrs.conf $(DESTDIR)$(sysconfdir)/opencryptoki/p11sak_defined_attrs.conf || true
b9ab58
 endif
b9ab58
 if ENABLE_ICATOK
b9ab58
 	cd $(DESTDIR)$(libdir)/opencryptoki/stdll && \