···1010 -e 's:__SYSCONFDIR_PREFIX__:$(ETCPREFIX):' \
1111 -e 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):'
12121313-diff --git a/src/share/checkperms b/src/share/checkperms
1414---- a/src/share/checkperms
1515-+++ b/src/share/checkperms
1616-@@ -1,4 +1,4 @@
1717--#!/usr/bin/perl -T
1818-+#!/usr/bin/perl
1919-2020- # checkperms: ensure as best we can that a given file can only be
2121- # modified by the given user (or the superuser, naturally). This
2213diff --git a/src/share/keytrans b/src/share/keytrans
2314--- a/src/share/keytrans
2415+++ b/src/share/keytrans
···28192920 # keytrans: this is an RSA key translation utility; it is capable of
3021 # transforming RSA keys (both public keys and secret keys) between
3131-diff --git a/tests/basic b/tests/basic
3232---- a/tests/basic
3333-+++ b/tests/basic
3434-@@ -343,7 +340,7 @@ if [ "$MONKEYSPHERE_TEST_USE_ED25519" = true ]; then
3535- echo "### generating ed25519 key for testuser..."
3636- # from the imported secret key
3737- USER_FPR=8A4B353B4CBA6F30625498BAE00B5EEEBA79B482
3838-- gpg --quick-add-key "$USER_FPR" ed25519 auth 2d
3939-+ gpg --no-tty --quick-add-key "$USER_FPR" ed25519 auth 2d
4040- else
4141- echo "### generating standard monkeysphere key for testuser..."
4242- monkeysphere gen-subkey
4322--
44232.16.3