Maxim Sokhatsky 11 years ago
parent
commit
7d1b749c6a
2 changed files with 4 additions and 4 deletions
  1. 1 1
      Makefile
  2. 3 3
      rebar.config

+ 1 - 1
Makefile

@@ -6,6 +6,6 @@ APP     := apps/web/priv/static/nitrogen
 default: get-deps compile static-link
 static-link:
 	rm -rf $(APP)
-	ln -s ../../../../deps/n2o_scripts/n2o $(APP)
+	ln -s ../../../../deps/n2o/priv $(APP)
 
 include otp.mk

+ 3 - 3
rebar.config

@@ -2,7 +2,7 @@
 {lib_dirs,["apps"]}.
 {deps_dir,"deps"}.
 {deps, [
-    {shen,           ".*", {git, "git://github.com/5HT/shen",           {tag,"1.5.0"}}},
-    {active,         ".*", {git, "git://github.com/synrc/active",       {tag,"0.5"}}},
-    {avz,            ".*", {git, "git://github.com/synrc/avz",          {tag,"1.4.0"}}}
+    {shen,   ".*", {git, "git://github.com/5HT/shen",           {tag,"1.5.0"}}},
+    {active, ".*", {git, "git://github.com/synrc/active",       {tag,"0.5"}}},
+    {avz,    ".*", {git, "git://github.com/synrc/avz",          {tag,"1.4.0"}}}
 ]}.