diff options
author | Leah Woods <info@minifree.org> | 2016-06-01 03:58:36 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-06-01 03:58:36 +0100 |
commit | ad4deb3021f15f9512a571aee67f8678462305ac (patch) | |
tree | dbe5bf09d0d8c159399ee1e5a5c16f3a8bfaedb9 /resources/scripts/helpers/build/dependencies/trisquel7 | |
parent | 4458330956253d229e14d8e0ccf5d958414cb93d (diff) | |
download | librebootfr-ad4deb3021f15f9512a571aee67f8678462305ac.tar.gz librebootfr-ad4deb3021f15f9512a571aee67f8678462305ac.zip |
Add dependency to list for Trisquel Add de Trisquel 77
Diffstat (limited to 'resources/scripts/helpers/build/dependencies/trisquel7')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/trisquel7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index 3894f44d..d2d5a9d3 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -41,7 +41,7 @@ apt-get -y install git # For building the documentation # ------------------------------------------------------------ -apt-get -y install pandoc texi2html texinfo +apt-get -y install pandoc texi2html texinfo texlive # For building source code: # ------------------------------------------------------------ |