Fix bug in gpg.conf generation.
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 11 Jul 2008 00:02:11 +0000 (20:02 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 11 Jul 2008 00:02:11 +0000 (20:02 -0400)
debian/monkeysphere.postinst

index a133a4b58fe9ef589f756a937a154d3cff80e3be..ad96a22bb6a04c498d20c29cee06c01400bb64a6 100755 (executable)
@@ -28,7 +28,7 @@ install --owner monkeysphere --group monkeysphere --mode 700 -d "$VARLIB"/gnupg-
 # install authentication gpg.conf
 cat <<EOF > "$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