guix-commits
[Top][All Lists]
Advanced

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

01/02: profiles: Silence Info installation.


From: Ludovic Courtès
Subject: 01/02: profiles: Silence Info installation.
Date: Mon, 14 Dec 2015 18:57:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit 4fef1e850e4872f2bc7c1f0a10cbac176b50895f
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 14 19:24:22 2015 +0100

    profiles: Silence Info installation.
    
    * guix/profiles.scm (info-dir-file)[build]: Pass --silent to
    'install-info'.
---
 guix/profiles.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index c222f41..ce6b2c4 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -469,7 +469,7 @@ MANIFEST."
         (define (install-info info)
           (setenv "PATH" (string-append #+gzip "/bin")) ;for info.gz files
           (zero?
-           (system* (string-append #+texinfo "/bin/install-info")
+           (system* (string-append #+texinfo "/bin/install-info") "--silent"
                     info (string-append #$output "/share/info/dir"))))
 
         (mkdir-p (string-append #$output "/share/info"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]