summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-24 21:17:10 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-24 21:17:10 +0000
commit62d4eaaaf4b87629b37e6d16d4b4020499207d73 (patch)
treee4d74ba7a908d640004601d80d973f55ddeb896b
parent6399e3b10b2d973b56f8af8275e94206e31c58a4 (diff)
Revert "deps-trisquel: Add binutils-source"
This reverts commit 67149a673b17c9e6e4ced6aed2a629872fdfe0d5.
-rwxr-xr-xdeps-trisquel2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps-trisquel b/deps-trisquel
index ab7b87c..9cea6a9 100755
--- a/deps-trisquel
+++ b/deps-trisquel
@@ -48,7 +48,7 @@ apt-get -y install subversion git
# For building source code:
# ------------------------------------------------------------
-apt-get -y install build-essential binutils-source
+apt-get -y install build-essential
# For cross-compiling i686 target on x86_64 host.
if [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ]