mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue