summaryrefslogtreecommitdiff
path: root/pcr/monkeysphere/exclude-agent.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-22 19:09:47 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-22 19:09:47 +0100
commit4edf6f3743dadcc14a09102d8a3d17f9e06c5197 (patch)
treee2eaa1ca58b75929001fba675ddf3c6e8b800dd5 /pcr/monkeysphere/exclude-agent.patch
parent46a36ad7cb1547fc24614a9fa935ffb841f81e44 (diff)
pcr/monkeysphere: updated to 0.41
Diffstat (limited to 'pcr/monkeysphere/exclude-agent.patch')
-rw-r--r--pcr/monkeysphere/exclude-agent.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/monkeysphere/exclude-agent.patch b/pcr/monkeysphere/exclude-agent.patch
new file mode 100644
index 000000000..cbe37cf5f
--- /dev/null
+++ b/pcr/monkeysphere/exclude-agent.patch
@@ -0,0 +1,21 @@
+--- Makefile.old 2016-12-09 17:41:06.744056816 +0100
++++ Makefile 2016-12-09 17:47:12.430739851 +0100
+@@ -79,7 +79,6 @@
+ ln -sf ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/openpgp2ssh
+ ln -sf ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/openpgp2pem
+ ln -sf ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/openpgp2spki
+- install -m 0755 src/agent-transfer/agent-transfer $(DESTDIR)$(PREFIX)/bin
+ install -m 0744 replaced/src/transitions/* $(DESTDIR)$(PREFIX)/share/monkeysphere/transitions
+ install -m 0644 src/transitions/README.txt $(DESTDIR)$(PREFIX)/share/monkeysphere/transitions
+ install -m 0644 src/share/m/* $(DESTDIR)$(PREFIX)/share/monkeysphere/m
+@@ -94,7 +93,9 @@
+
+ installman: $(REPLACED_COMPRESSED_MANPAGES)
+ mkdir -p $(DESTDIR)$(MANPREFIX)/man1 $(DESTDIR)$(MANPREFIX)/man7 $(DESTDIR)$(MANPREFIX)/man8
+- install replaced/man/man1/* $(DESTDIR)$(MANPREFIX)/man1
++ install replaced/man/man1/monkeysphere.1.gz $(DESTDIR)$(MANPREFIX)/man1
++ install replaced/man/man1/openpgp2ssh.1.gz $(DESTDIR)$(MANPREFIX)/man1
++ install replaced/man/man1/pem2openpgp.1.gz $(DESTDIR)$(MANPREFIX)/man1
+ install replaced/man/man7/* $(DESTDIR)$(MANPREFIX)/man7
+ install replaced/man/man8/* $(DESTDIR)$(MANPREFIX)/man8
+ ln -sf openpgp2ssh.1.gz $(DESTDIR)$(MANPREFIX)/man1/openpgp2pem.1.gz