diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-08 02:25:32 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-08 02:25:32 +0000 |
commit | 6f42593a83636e820e6aaa4e25a0be04e4f51e4a (patch) | |
tree | 3a63a9706fdc1b99b79584975d2a1392ee3ce0fd /resources/scripts/helpers/build | |
parent | ba94316ec0c365248a145d3d98ba0cc4369776cb (diff) | |
download | librebootfr-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.tar.gz librebootfr-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.zip |
build/dependencies/trisquel: add missing "install" instruction
Diffstat (limited to 'resources/scripts/helpers/build')
-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 5099826e..04b931de 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 pandoc texi2html +apt-get -y install pandoc texi2html # For building source code: # ------------------------------------------------------------ |