From: Jameson Graef Rollins Date: Fri, 11 Jul 2008 00:02:11 +0000 (-0400) Subject: Fix bug in gpg.conf generation. X-Git-Tag: monkeysphere_0.4-1~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfe9a2c7b13a037f161a55daae52e4cccdae463f;p=monkeysphere.git Fix bug in gpg.conf generation. --- diff --git a/debian/monkeysphere.postinst b/debian/monkeysphere.postinst index a133a4b..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