aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rlx_prv_archive.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rlx_prv_archive.erl b/src/rlx_prv_archive.erl
index 62cc37c..7ed8f4d 100644
--- a/src/rlx_prv_archive.erl
+++ b/src/rlx_prv_archive.erl
@@ -156,6 +156,8 @@ to({mkdir, To}) ->
to({template, _, To}) ->
To.
+filter({_, _, "bin/"++_}) ->
+ false;
filter({copy, _, _}) ->
true;
filter({mkdir, _}) ->