From ff61aee8f7a03fb7310b03d4eee185b9e1bfdb23 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 26 Jan 2019 21:58:59 +0100 Subject: [PATCH] gnu: kiki: Use INVOKE. * gnu/packages/games.scm (kiki)[arguments]: Use INVOKE. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index edd7a1dc0f..80f204c9da 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4112,7 +4112,7 @@ over 100 user-created campaigns.") (add-before 'build 'build-kodilib (lambda* (#:key make-flags #:allow-other-keys) (with-directory-excursion "kodilib/linux" - (zero? (apply system* "make" make-flags))))) + (apply invoke "make" make-flags)))) (add-after 'build-kodilib 'chdir (lambda _ (chdir "linux") #t)) (replace 'install