[tracker-oci-images/sam/asciidoc-fix: 2/2] Correct mistake so asciidoc is actually installed



commit 0353d84567af9d2d532b2f225552e473214a3afb
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Apr 5 19:03:44 2020 +0200

    Correct mistake so asciidoc is actually installed

 debian/prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/debian/prepare.sh b/debian/prepare.sh
index 85a0862..f6aae53 100644
--- a/debian/prepare.sh
+++ b/debian/prepare.sh
@@ -10,7 +10,7 @@ apt-get -yq update && apt-get -yq upgrade
 apt-get -yq build-dep tracker tracker-miners
 
 # For building manpages and website.
-apt-get -yq asciidoc-base
+apt-get -yq install asciidoc-base
 
 # Git is needed to clone tracker as a subproject when building tracker-miners.
 apt-get -yq install git


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]