diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-07 21:25:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-07 21:25:32 (EST) |
commit | 6f42593a83636e820e6aaa4e25a0be04e4f51e4a (patch) | |
tree | 3a63a9706fdc1b99b79584975d2a1392ee3ce0fd /resources/scripts | |
parent | ba94316ec0c365248a145d3d98ba0cc4369776cb (diff) | |
download | libreboot-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.zip libreboot-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.tar.gz libreboot-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.tar.bz2 |
build/dependencies/trisquel: add missing "install" instruction
Diffstat (limited to 'resources/scripts')
-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 5099826..04b931d 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: # ------------------------------------------------------------ |