gnu: cifs-utils: Return #t from all phases.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
e8e3c3577a
commit
55f0e9ccc5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue