gnu: gnumach-headers: Use invoke.
* gnu/packages/hurd.scm (gnumach-headers)[arguments]: Use invoke in the custom install phase.
This commit is contained in:
parent
ac8281214f
commit
2057ea6825
|
@ -60,8 +60,7 @@
|
|||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(zero?
|
||||
(system* "make" "install-data"))))
|
||||
(invoke "make" "install-data")))
|
||||
(delete 'build))
|
||||
|
||||
;; GNU Mach supports only IA32 currently, so cheat so that we can at
|
||||
|
|
Loading…
Reference in New Issue