diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 13:15:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 13:15:25 -0400 |
commit | 11c7d89f290c181432715aca73fbd94e491ece84 (patch) | |
tree | cea138a7e5320e9e748ef5d5d463a8f87c50db21 /standalone/android/buildchroot-inchroot | |
parent | c7d5185b019d9ac2dfc6f9a6c17126f911888fc3 (diff) |
apt-get clean
Diffstat (limited to 'standalone/android/buildchroot-inchroot')
-rwxr-xr-x | standalone/android/buildchroot-inchroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index cbf026824..95b800410 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -14,6 +14,7 @@ apt-get -y install build-essential ghc git libncurses5-dev cabal-install apt-get -y install llvm-3.0 # not 3.1; buggy on arm. 3.2 is ok too apt-get -y install ca-certificates curl file m4 autoconf zlib1g-dev apt-get -y install libgnutls-dev libxml2-dev libgsasl7-dev pkg-config c2hs +apt-get clean wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb dpkg -i automake*.deb rm *.deb |