From 6f42593a83636e820e6aaa4e25a0be04e4f51e4a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 07 Nov 2015 21:25:32 -0500 Subject: build/dependencies/trisquel: add missing "install" instruction --- 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: # ------------------------------------------------------------ -- cgit v0.9.1