summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis 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)
commit6f42593a83636e820e6aaa4e25a0be04e4f51e4a (patch)
tree3a63a9706fdc1b99b79584975d2a1392ee3ce0fd
parentba94316ec0c365248a145d3d98ba0cc4369776cb (diff)
downloadlibreboot-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.zip
libreboot-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.tar.gz
libreboot-6f42593a83636e820e6aaa4e25a0be04e4f51e4a.tar.bz2
build/dependencies/trisquel: add missing "install" instruction
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel72
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:
# ------------------------------------------------------------