diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:22:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:22:55 +0300 |
commit | 69cb2293d84cf7f02e314b2ffbeda590f716fc48 (patch) | |
tree | 26fc81d6884b36016ae2c8eb18ffa6b3037565da /.tools | |
parent | 1d64dcc47323ca474d300b3888f05625760cd519 (diff) | |
download | clientdata-69cb2293d84cf7f02e314b2ffbeda590f716fc48.tar.gz clientdata-69cb2293d84cf7f02e314b2ffbeda590f716fc48.tar.bz2 clientdata-69cb2293d84cf7f02e314b2ffbeda590f716fc48.tar.xz clientdata-69cb2293d84cf7f02e314b2ffbeda590f716fc48.zip |
Fix contributors ci script.
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 2fa95fff..fdc902c6 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 make +aptget_install git-core gcc ca-certificates libxml2-utils make xsltproc gitclone https://gitlab.com/evol/evol-tools.git tools cd tools/contrib_xsl |