Merge pull request #13 from TheAssassin/master

Fixing Debian dependencies.
This commit is contained in:
Thomas Pöchtrager 2014-05-15 21:30:00 +02:00
commit ec2133e51d

View File

@ -43,7 +43,8 @@ get_mageia_deps()
get_debian_deps()
{
apt-get install -y --force-yes clang llvm-dev automake autogen \
libtool libxml2-dev uuid-dev libssl-dev bash patch make
libtool libxml2-dev uuid-dev libssl-dev bash patch make \
tar xz-utils bzip2 gzip sed cpio
}
unknown()