···10 -e 's:__SYSCONFDIR_PREFIX__:$(ETCPREFIX):' \
11 -e 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):'
1213-diff --git a/src/share/checkperms b/src/share/checkperms
14---- a/src/share/checkperms
15-+++ b/src/share/checkperms
16-@@ -1,4 +1,4 @@
17--#!/usr/bin/perl -T
18-+#!/usr/bin/perl
19-20- # checkperms: ensure as best we can that a given file can only be
21- # modified by the given user (or the superuser, naturally). This
22diff --git a/src/share/keytrans b/src/share/keytrans
23--- a/src/share/keytrans
24+++ b/src/share/keytrans
···2829 # keytrans: this is an RSA key translation utility; it is capable of
30 # transforming RSA keys (both public keys and secret keys) between
31-diff --git a/tests/basic b/tests/basic
32---- a/tests/basic
33-+++ b/tests/basic
34-@@ -343,7 +340,7 @@ if [ "$MONKEYSPHERE_TEST_USE_ED25519" = true ]; then
35- echo "### generating ed25519 key for testuser..."
36- # from the imported secret key
37- USER_FPR=8A4B353B4CBA6F30625498BAE00B5EEEBA79B482
38-- gpg --quick-add-key "$USER_FPR" ed25519 auth 2d
39-+ gpg --no-tty --quick-add-key "$USER_FPR" ed25519 auth 2d
40- else
41- echo "### generating standard monkeysphere key for testuser..."
42- monkeysphere gen-subkey
43--
442.16.3
···10 -e 's:__SYSCONFDIR_PREFIX__:$(ETCPREFIX):' \
11 -e 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):'
1200000000013diff --git a/src/share/keytrans b/src/share/keytrans
14--- a/src/share/keytrans
15+++ b/src/share/keytrans
···1920 # keytrans: this is an RSA key translation utility; it is capable of
21 # transforming RSA keys (both public keys and secret keys) between
00000000000022--
232.16.3