diff options
author | Leah Rowe <info@minifree.org> | 2016-09-28 23:22:50 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-09-28 23:22:50 +0100 |
commit | 35129396d996fe06dd68979b5bc187e179e90946 (patch) | |
tree | a0fb061ca373e8bb9229332e748a76c16f41b3fd /resources/scripts/helpers/build/dependencies | |
parent | c7e08754d99fd66300aff87e40be28623cfb8677 (diff) | |
download | librebootfr-35129396d996fe06dd68979b5bc187e179e90946.tar.gz librebootfr-35129396d996fe06dd68979b5bc187e179e90946.zip |
fix ./build dependencies debian on debian stable (already works on testing)
Diffstat (limited to 'resources/scripts/helpers/build/dependencies')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/debian b/resources/scripts/helpers/build/dependencies/debian index 56184b61..2e47371c 100755 --- a/resources/scripts/helpers/build/dependencies/debian +++ b/resources/scripts/helpers/build/dependencies/debian @@ -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=${?} |