fix a bunch of directory references to the new data/share dirs
[monkeysphere.git] / src / share / ma / update_users
index 73685f6ddce6d532cd168065fadf5ef50145e55d..e9e3cc60387f899469c1361ae12d56c4bde3d0cc 100644 (file)
@@ -35,7 +35,7 @@ MODE="authorized_keys"
 GNUPGHOME="$GNUPGHOME_SPHERE"
 
 # the authorized_keys directory
-authorizedKeysDir="${SYSDATADIR}/authentication/authorized_keys"
+authorizedKeysDir="${MADATADIR}/authorized_keys"
 
 # check to see if the gpg trust database has been initialized
 if [ ! -s "${GNUPGHOME}/trustdb.gpg" ] ; then