guix-commits
[Top][All Lists]
Advanced

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

09/27: gnu: uucp: Use INVOKE.


From: guix-commits
Subject: 09/27: gnu: uucp: Use INVOKE.
Date: Fri, 25 Jan 2019 07:21:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 90621eff7cca47a3cbd69d96d197b23a60668326
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 10:48:28 2019 +0100

    gnu: uucp: Use INVOKE.
    
    * gnu/packages/uucp.scm (uucp)[arguments]: Use INVOKE.
---
 gnu/packages/uucp.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/uucp.scm b/gnu/packages/uucp.scm
index f5d9c70..1bb4fdb 100644
--- a/gnu/packages/uucp.scm
+++ b/gnu/packages/uucp.scm
@@ -43,10 +43,10 @@
              ;; that we pass by default.
              (setenv "CONFIG_SHELL" (which "sh"))
              (let ((out (assoc-ref outputs "out")))
-               (zero? (system* "./configure"
-                               (string-append "--prefix=" out)
-                               (string-append "--infodir=" out
-                                              "/share/info")))))))))
+               (invoke "./configure"
+                       (string-append "--prefix=" out)
+                       (string-append "--infodir=" out
+                                      "/share/info"))))))))
     (home-page "https://www.gnu.org/software/uucp/uucp.html";)
     (synopsis "UUCP protocol implementation")
     (description



reply via email to

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