From 8e91e1014e665e74138228cf6c8361c196c26268 Mon Sep 17 00:00:00 2001 From: Jon Meredith Date: Mon, 30 Nov 2009 12:02:09 -0700 Subject: Connected up symlinking the list of progs in rebar.config/app_bin to the OTP bin dir. --- src/rebar_file_utils.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rebar_file_utils.erl') diff --git a/src/rebar_file_utils.erl b/src/rebar_file_utils.erl index af47ea8..60b6a59 100644 --- a/src/rebar_file_utils.erl +++ b/src/rebar_file_utils.erl @@ -26,7 +26,8 @@ -export([rm_rf/1, mkdir_p/1, - cp_r/2]). + cp_r/2, + ln_sf/2]). -include("rebar.hrl"). -- cgit v1.1