about summary refs log tree commit diff
path: root/pkgs/tools/security/monkeysphere/monkeysphere.patch
blob: 8cdd85017b93eb7856a12e2f34abd708df9b2822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ clean:
 replaced/%: %
 	mkdir -p $(dir $@)
 	sed < $< > $@ \
-	-e 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' \
+	-e 's:__SYSSHAREDIR_PREFIX__:$(DESTDIR):' \
 	-e 's:__SYSCONFDIR_PREFIX__:$(ETCPREFIX):' \
 	-e 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):'
 
diff --git a/src/share/keytrans b/src/share/keytrans
--- a/src/share/keytrans
+++ b/src/share/keytrans
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/perl
 
 # keytrans: this is an RSA key translation utility; it is capable of
 # transforming RSA keys (both public keys and secret keys) between
-- 
2.16.3