diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:12:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:12:06 +0300 |
commit | 8b1c82f07ed3bbb53e6e5307d11c634649d886f8 (patch) | |
tree | 1ac444742358e964f03f37d02460486c2f3fd753 /.tools | |
parent | b9d5f2466ba54df927607dea2a379cb1b76da725 (diff) | |
download | clientdata-8b1c82f07ed3bbb53e6e5307d11c634649d886f8.tar.gz clientdata-8b1c82f07ed3bbb53e6e5307d11c634649d886f8.tar.bz2 clientdata-8b1c82f07ed3bbb53e6e5307d11c634649d886f8.tar.xz clientdata-8b1c82f07ed3bbb53e6e5307d11c634649d886f8.zip |
Fix contributors ci script.
Was missing install make package.
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/contributors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh index f47d3115..313cf905 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -5,7 +5,7 @@ source ./.tools/init.sh clientdata_init aptget_update -aptget_install git-core gcc ca-certificates libxml2-utils +aptget_install git-core gcc ca-certificates libxml2-utils make gitclone https://gitlab.com/evol/evol-tools.git tools cd tools/contrib_xsl |