guix-commits
[Top][All Lists]
Advanced

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

16/23: gnu: cifs-utils: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 16/23: gnu: cifs-utils: Return #t from all phases.
Date: Wed, 27 Jun 2018 07:01:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 55f0e9ccc54a47e708df9e7a21a21e5beb3b1745
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 26 18:29:53 2018 +0200

    gnu: cifs-utils: Return #t from all phases.
    
    * gnu/packages/samba.scm (cifs-utils)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/samba.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index e10f00a..9858590 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -76,7 +76,7 @@
          ;; The 6.7 tarball is missing ‘install.sh’. Create it.
          (add-after 'unpack 'autoreconf
            (lambda _
-             (zero? (system* "autoreconf" "-i"))))
+             (invoke "autoreconf" "-i")))
          (add-before 'configure 'set-root-sbin
            (lambda _ ; Don't try to install in "/sbin".
              (setenv "ROOTSBINDIR"



reply via email to

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