[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/23: gnu: samba: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
17/23: gnu: samba: 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 6ac59f45ff376e5e8fab4f1cd5c64333e53e4e10
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 26 18:30:58 2018 +0200
gnu: samba: Return #t from all phases.
* gnu/packages/samba.scm (samba)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/samba.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 9858590..28fd087 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -178,8 +178,7 @@ anywhere.")
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(libdir (string-append out "/lib")))
- (zero? (system*
- "./configure"
+ (invoke "./configure"
"--enable-fhs"
;; XXX: heimdal not packaged.
"--bundled-libraries=com_err"
@@ -188,7 +187,7 @@ anywhere.")
;; Install public and private libraries into
;; a single directory to avoid RPATH issues.
(string-append "--libdir=" libdir)
- (string-append "--with-privatelibdir=" libdir))))))
+ (string-append "--with-privatelibdir=" libdir)))))
(add-before 'install 'disable-etc-samba-directory-creation
(lambda _
(substitute* "dynconfig/wscript"
- branch master updated (b7238c3 -> e96ba83), Tobias Geerinckx-Rice, 2018/06/27
- 01/23: gnu: python-webtest: Update to 2.0.30., Tobias Geerinckx-Rice, 2018/06/27
- 05/23: gnu: stgit: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 02/23: gnu: inxi-minimal: Update to 3.0.13-1., Tobias Geerinckx-Rice, 2018/06/27
- 10/23: gnu: hop: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 17/23: gnu: samba: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 21/23: gnu: dlib: Fix tests., Tobias Geerinckx-Rice, 2018/06/27
- 06/23: gnu: aegis: Skip failing tests., Tobias Geerinckx-Rice, 2018/06/27
- 19/23: gnu: discount: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 03/23: doc: Private key passphrases are not supported., Tobias Geerinckx-Rice, 2018/06/27
- 15/23: gnu: python-mpd2: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 20/23: gnu: ghmm: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 18/23: gnu: papagayo: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 12/23: gnu: slib: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 09/23: gnu: squeak-vm: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 22/23: gnu: dlib: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27