summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/swtpm/files/swtpm-0.5.0-fix-localca-path.patch')
-rw-r--r--app-crypt/swtpm/files/swtpm-0.5.0-fix-localca-path.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-crypt/swtpm/files/swtpm-0.5.0-fix-localca-path.patch b/app-crypt/swtpm/files/swtpm-0.5.0-fix-localca-path.patch
deleted file mode 100644
index 27d29fc55aed..000000000000
--- a/app-crypt/swtpm/files/swtpm-0.5.0-fix-localca-path.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/samples/Makefile.am b/samples/Makefile.am
-index 7d69bf8..9fb8338 100644
---- a/samples/Makefile.am
-+++ b/samples/Makefile.am
-@@ -56,10 +56,10 @@ endif
-
-
- install-data-local:
-- $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/swtpm-localca
-+ $(MKDIR_P) $(DESTDIR)$(localstatedir)/swtpm-localca
- if test -z $(DESTDIR); then \
-- chown -R @TSS_USER@:root $(DESTDIR)$(localstatedir)/lib/swtpm-localca || true; \
-- chmod 0750 $(DESTDIR)$(localstatedir)/lib/swtpm-localca || true; \
-+ chown -R @TSS_USER@:root $(DESTDIR)$(localstatedir)/swtpm-localca || true; \
-+ chmod 0750 $(DESTDIR)$(localstatedir)/swtpm-localca || true; \
- fi
-
- # for out-of-tree builds we need to clean up
-diff --git a/samples/swtpm-localca.conf.in b/samples/swtpm-localca.conf.in
-index 1f0b48d..63f1fed 100644
---- a/samples/swtpm-localca.conf.in
-+++ b/samples/swtpm-localca.conf.in
-@@ -1,4 +1,4 @@
--statedir = @LOCALSTATEDIR@/lib/swtpm-localca
--signingkey = @LOCALSTATEDIR@/lib/swtpm-localca/signkey.pem
--issuercert = @LOCALSTATEDIR@/lib/swtpm-localca/issuercert.pem
--certserial = @LOCALSTATEDIR@/lib/swtpm-localca/certserial
-+statedir = @LOCALSTATEDIR@/swtpm-localca
-+signingkey = @LOCALSTATEDIR@/swtpm-localca/signkey.pem
-+issuercert = @LOCALSTATEDIR@/swtpm-localca/issuercert.pem
-+certserial = @LOCALSTATEDIR@/swtpm-localca/certserial