moved directory for monkeysphere-generated authorized_keys files back to its old...
[monkeysphere.git] / src / share / ma / setup
index 6969d71dd4954f59b2905c28e95612218494db2e..248406fa2ee11fefc58b529fdd6e9f526a965ea8 100644 (file)
@@ -19,7 +19,7 @@ setup() {
     chmod 700 "${GNUPGHOME_CORE}"
     mkdir -p "${GNUPGHOME_SPHERE}"
     chmod 700 "${GNUPGHOME_SPHERE}"
-    mkdir -p "${MADATADIR}"/authorized_keys
+    mkdir -p "${SYSDATADIR}"/authorized_keys
 
     # deliberately replace the config files via truncation
     # FIXME: should we be dumping to tmp files and then moving atomically?