diff options
Diffstat (limited to 'resources/scripts/helpers/build/dependencies/parabola')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/parabola | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index cc50095e..6a14e10a 100755 --- a/resources/scripts/helpers/build/dependencies/parabola +++ b/resources/scripts/helpers/build/dependencies/parabola @@ -45,7 +45,7 @@ pacman -S --needed git # For building the documentation # ------------------------------------------------------------ -pacman -S --needed pandoc +pacman -S --needed pandoc texi2html # For building source code: # ------------------------------------------------------------ |