summaryrefslogtreecommitdiff
path: root/pcr/monkeysphere/binmerge.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/binmerge.patch
parent46a36ad7cb1547fc24614a9fa935ffb841f81e44 (diff)
pcr/monkeysphere: updated to 0.41
Diffstat (limited to 'pcr/monkeysphere/binmerge.patch')
-rw-r--r--pcr/monkeysphere/binmerge.patch23
1 files changed, 9 insertions, 14 deletions
diff --git a/pcr/monkeysphere/binmerge.patch b/pcr/monkeysphere/binmerge.patch
index 48d945511..c78f69765 100644
--- a/pcr/monkeysphere/binmerge.patch
+++ b/pcr/monkeysphere/binmerge.patch
@@ -1,6 +1,6 @@
---- Makefile.orig 2013-06-07 13:02:23.123944233 -0300
-+++ Makefile 2013-06-07 13:02:43.351065809 -0300
-@@ -36,17 +36,17 @@
+--- Makefile.orig 2016-12-03 12:01:26.072614797 +0100
++++ Makefile 2016-12-03 12:04:36.739352722 +0100
+@@ -62,14 +62,14 @@
# this target is to be called from the tarball, not from the git
# working dir!
install: all installman
@@ -10,16 +10,11 @@
mkdir -p $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere
mkdir -p $(DESTDIR)$(PREFIX)/share/doc/monkeysphere
printf "Monkeysphere %s\n" $(MONKEYSPHERE_VERSION) > $(DESTDIR)$(PREFIX)/share/monkeysphere/VERSION
- install src/monkeysphere $(DESTDIR)$(PREFIX)/bin
- sed -i 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' $(DESTDIR)$(PREFIX)/bin/monkeysphere
-- install src/monkeysphere-host $(DESTDIR)$(PREFIX)/sbin
-- sed -i 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' $(DESTDIR)$(PREFIX)/sbin/monkeysphere-host
-- install src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/sbin
-- sed -i 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' $(DESTDIR)$(PREFIX)/sbin/monkeysphere-authentication
-+ install src/monkeysphere-host $(DESTDIR)$(PREFIX)/bin
-+ sed -i 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' $(DESTDIR)$(PREFIX)/bin/monkeysphere-host
-+ install src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/bin
-+ sed -i 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' $(DESTDIR)$(PREFIX)/bin/monkeysphere-authentication
+ install replaced/src/monkeysphere $(DESTDIR)$(PREFIX)/bin
+- install replaced/src/monkeysphere-host $(DESTDIR)$(PREFIX)/sbin
+- install replaced/src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/sbin
++ install replaced/src/monkeysphere-host $(DESTDIR)$(PREFIX)/bin
++ install replaced/src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/bin
install src/monkeysphere-authentication-keys-for-user $(DESTDIR)$(PREFIX)/share/monkeysphere
install -m 0644 src/share/common $(DESTDIR)$(PREFIX)/share/monkeysphere
- install -m 0644 src/share/defaultenv $(DESTDIR)$(PREFIX)/share/monkeysphere
+ install -m 0644 replaced/src/share/defaultenv $(DESTDIR)$(PREFIX)/share/monkeysphere