From 496c46da8846a6cc1b309622d801e4ca203b2db7 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 24 Dec 2009 10:47:23 +0000 Subject: [PATCH] Ignore apt-get issues git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6990 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/scripts/make_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/scripts/make_dist.sh b/buildtools/scripts/make_dist.sh index 967b079c29..50c4cf2faf 100755 --- a/buildtools/scripts/make_dist.sh +++ b/buildtools/scripts/make_dist.sh @@ -12,7 +12,7 @@ fi if [ ! -e /usr/bin/libtool ] || [ ! -e /usr/bin/automake ] || [ ! -e /usr/bin/flex ] ; then echo "get Linux dependencies" - sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind transfig + sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind transfig || true fi make_dist -- 2.20.1