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
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
;; The 6.7 tarball is missing install.sh. Create it. ;; The 6.7 tarball is missing install.sh. Create it.
(add-after 'unpack 'autoreconf (add-after 'unpack 'autoreconf
(lambda _ (lambda _
(zero? (system* "autoreconf" "-i")))) (invoke "autoreconf" "-i")))
(add-before 'configure 'set-root-sbin (add-before 'configure 'set-root-sbin
(lambda _ ; Don't try to install in "/sbin". (lambda _ ; Don't try to install in "/sbin".
(setenv "ROOTSBINDIR" (setenv "ROOTSBINDIR"