aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
author4 of 7 (Leah Rowe) <info@minifree.org>2016-09-28 23:22:50 +0100
committer4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 02:03:05 +0000
commit2cbb06bb7d284567542cccabd9e30c23b9048ddb (patch)
tree1879a6acc2d2ebafd118454d8adfae663038ddba /resources
parent7cbce5cd59acbbd640026e7653997f1749fb6b76 (diff)
downloadlibrebootfr-2cbb06bb7d284567542cccabd9e30c23b9048ddb.tar.gz
librebootfr-2cbb06bb7d284567542cccabd9e30c23b9048ddb.zip
fix ./build dependencies debian on debian stable (already works on testing)
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel72
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7
index 56184b61..2e47371c 100755
--- a/resources/scripts/helpers/build/dependencies/trisquel7
+++ b/resources/scripts/helpers/build/dependencies/trisquel7
@@ -49,7 +49,7 @@ apt-get -y install pandoc texi2html texinfo texlive
apt-get -y install build-essential
# for cross-compiling ARM binaries
-apt-get -y install gcc-arm-linux-gnueabi
+apt-get -y install gcc-arm-linux-gnueabi || printf "debian stretch ftw\n"
[ "$(uname -i)" = x86_64 ] || [ "$(uname -m)" = x86_64 ]
arch=${?}