Browse Source
do not depend on release provider for tar task
pull/2259/head
Tristan Sloughter
5 years ago
No known key found for this signature in database
GPG Key ID: AAB97DDECCEB8150
1 changed files with
1 additions and
1 deletions
-
src/rebar_prv_tar.erl
|
|
@ -12,7 +12,7 @@ |
|
|
|
-include("rebar.hrl"). |
|
|
|
|
|
|
|
-define(PROVIDER, tar). |
|
|
|
-define(DEPS, [release]). |
|
|
|
-define(DEPS, [compile]). |
|
|
|
|
|
|
|
%% =================================================================== |
|
|
|
%% Public API |
|
|
|