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

* gnu/packages/samba.scm (cifs-utils)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-26 18:29:53 +02:00
parent e8e3c3577a
commit 55f0e9ccc5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -76,7 +76,7 @@ (define-public cifs-utils
;; 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"