Blame SOURCES/opencryptoki-1.17.0-p11sak.patch

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