From 9df3643db39b5acad44643ddbcabb090437c8519 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Sun, 14 Oct 2012 08:19:52 -0700 Subject: [PATCH] systools require registered attribute to be present in .app --- ebin/erlpass.app | 1 + 1 file changed, 1 insertion(+) diff --git a/ebin/erlpass.app b/ebin/erlpass.app index d2b24cf..7af9a29 100644 --- a/ebin/erlpass.app +++ b/ebin/erlpass.app @@ -3,5 +3,6 @@ {vsn, "0.1.2"}, {modules, [erlpass]}, {applications, [bcrypt]}, + {registered, []}, {agner, [{requires, ["bcrypt","proper"]}]} ]}.