Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/rebar.config b/rebar.config
2index 1204a6f..7e2c102 100644
3--- a/rebar.config
4+++ b/rebar.config
5@@ -23,16 +23,16 @@
6
7 {pre_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", ct,
8 "bin/lfescript bin/lfec"
9- " -o $REBAR_DEPS_DIR/lfe/test"
10+ " -o test"
11 " test/*_SUITE.lfe"},
12 {"(linux|darwin|solaris|freebsd|netbsd|openbsd)", eunit,
13 "bin/lfescript bin/lfec"
14- " -o $REBAR_DEPS_DIR/lfe/ebin"
15+ " -o ebin"
16 " test/clj-tests.lfe test/maps-tests.lfe"},
17 %% TODO: Test this on a win32 box
18 %% {"win32", ct,
19 %% "bin/lfescript bin/lfec -o $REBAR_DEPS_DIR/lfe/test test/*_SUITE.lfe"}
20 {"(linux|darwin|solaris|freebsd|netbsd|openbsd)", app_compile,
21- "bin/lfescript bin/lfec -o $REBAR_DEPS_DIR/lfe/ebin src/*.lfe"}
22+ "bin/lfescript bin/lfec -o ebin src/*.lfe"}
23 %% TODO: equivalent win32 hook
24 ]}.