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



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

    Correct mistake so asciidoc is actually installed
    
    Also, don't install 'recommends' for this or we end up with 700MB
    of unnecessary texlive packages.

 debian/prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/debian/prepare.sh b/debian/prepare.sh
index 85a0862..51c3a19 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 --no-install-recommends 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]