diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-31 00:36:35 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-31 00:36:35 +0100 |
commit | 4f3ef213601d038544c92db64ddfacd27fb671b0 (patch) | |
tree | 7f6881cc170499e5ba298a57d8044a198e909472 /resources/scripts/helpers/build/dependencies/trisquel7 | |
parent | 15bed20e8eb3e212daf9752b42ea568d4f186f0c (diff) | |
download | librebootfr-4f3ef213601d038544c92db64ddfacd27fb671b0.tar.gz librebootfr-4f3ef213601d038544c92db64ddfacd27fb671b0.zip |
build/dependencies/*: Don't install subversion
Only flashrom required this, but libreboot now downloads this
from a git repository, so subversion is no longer needed.
Diffstat (limited to 'resources/scripts/helpers/build/dependencies/trisquel7')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/trisquel7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index 34625f7e..d8e4799b 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -36,7 +36,7 @@ apt-get -y install wget # For downloading source code # ------------------------------------------------------------ -apt-get -y install subversion git +apt-get -y install git # For building source code: # ------------------------------------------------------------ @@ -86,10 +86,10 @@ apt-get -y install ttf-unifont libopts25 libselinux1-dev autogen m4 autoconf hel apt-get -y install build-essential -# Flashrom build dependencies (also requires build-essential and subversion) +# Flashrom build dependencies (also requires build-essential) # ------------------------------------------------------------ -apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential subversion +apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential # For cross-compiling i686 target on x86_64 host. if [ "$(uname -i)" = "x86_64" ] || [ "$(uname -m)" = "x86_64" ] |