Blame SOURCES/opencryptoki-1.17.0-p11sak.patch

98b99b
diff -up opencryptoki-3.17.0/Makefile.am.me opencryptoki-3.17.0/Makefile.am
98b99b
--- opencryptoki-3.17.0/Makefile.am.me	2021-11-09 09:45:49.032661898 +0100
98b99b
+++ opencryptoki-3.17.0/Makefile.am	2021-11-09 09:46:41.353400986 +0100
98b99b
@@ -76,7 +76,7 @@ if ENABLE_EP11TOK
98b99b
 endif
98b99b
 if ENABLE_P11SAK
98b99b
 	test -f $(DESTDIR)$(sysconfdir)/opencryptoki || $(MKDIR_P) $(DESTDIR)$(sysconfdir)/opencryptoki || true
98b99b
-	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
98b99b
+	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
98b99b
 endif
98b99b
 if ENABLE_ICATOK
98b99b
 	cd $(DESTDIR)$(libdir)/opencryptoki/stdll && \