X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=debian%2Fmonkeysphere.postinst;h=ad96a22bb6a04c498d20c29cee06c01400bb64a6;hb=4a0f106f79e46edd6a0c18ec68e7f0cb9f05550f;hp=87fbe12a7db5e88394d020d41c4fad80412e8a1e;hpb=927efbbbbb1477658a350d4aa2ba49d6d2d2842b;p=monkeysphere.git diff --git a/debian/monkeysphere.postinst b/debian/monkeysphere.postinst index 87fbe12..ad96a22 100755 --- a/debian/monkeysphere.postinst +++ b/debian/monkeysphere.postinst @@ -28,7 +28,7 @@ install --owner monkeysphere --group monkeysphere --mode 700 -d "$VARLIB"/gnupg- # install authentication gpg.conf cat < "$VARLIB"/gnupg-authentication/gpg.conf list-options show-uid-validity -primary-keyring ${VARLIB}/gnupg-authentication/pubring.gpg -keyring ${VARLIB}/gnupg-host/pubring.gpg +primary-keyring $VARLIB/gnupg-authentication/pubring.gpg +keyring $VARLIB/gnupg-host/pubring.gpg EOF chown monkeysphere:monkeysphere "$VARLIB"/gnupg-authentication/gpg.conf