Update accounts schema to fit PlUser definition of email_format.
[platal.git] / Makefile
index e297744..fc1550e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ get-wiki:
 ## openid
 ##
 
-openid: get-openid
+openid: get-openid spool/openid/store
 
 # There is no obvious way to automatically use the latest version
 get-openid:
@@ -124,6 +124,11 @@ get-openid:
            rm -r php-openid-2.1.2;                                       \
        fi
 
+spool/openid/store:
+       mkdir -p $@
+       chmod o+w $@
+
+
 ##
 ## banana
 ##