diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 02:00:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 02:00:12 +0300 |
commit | 7b31139723c68678a7c258a08a09798b3b74f116 (patch) | |
tree | 85de18df7990e48ffc488d55cf9a2c17c46ebd54 /tools/ci/jobs/gcc5.sh | |
parent | a9c8afd36e2558df680115e16334bdf67ebe4960 (diff) | |
download | evol-hercules-7b31139723c68678a7c258a08a09798b3b74f116.tar.gz evol-hercules-7b31139723c68678a7c258a08a09798b3b74f116.tar.bz2 evol-hercules-7b31139723c68678a7c258a08a09798b3b74f116.tar.xz evol-hercules-7b31139723c68678a7c258a08a09798b3b74f116.zip |
Fix deps again
Diffstat (limited to 'tools/ci/jobs/gcc5.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc5.sh b/tools/ci/jobs/gcc5.sh index 2f4f3dc..da20dad 100755 --- a/tools/ci/jobs/gcc5.sh +++ b/tools/ci/jobs/gcc5.sh @@ -9,7 +9,7 @@ source ./tools/ci/scripts/init.sh aptget_install gcc-5 g++-5 \ git-core \ make autoconf automake autopoint \ - littool libmysqlclient-dev libz-dev libpcre3-dev + libtool libmysqlclient-dev libz-dev libpcre3-dev do_init clone_servercode |