gnu: gpm: Use invoke.

* gnu/packages/linux.scm (gpm)[arguments]: Use invoke and remove vestigial
result code plumbing.
master
Mark H Weaver 2018-03-16 02:13:57 -04:00
parent b132ad3a63
commit 90a54e3674
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 4 deletions

View File

@ -3133,10 +3133,9 @@ write access to exFAT devices.")
;; need to bootstrap things ourselves. ;; need to bootstrap things ourselves.
(substitute* "autogen.sh" (substitute* "autogen.sh"
(("/bin/sh") (which "sh"))) (("/bin/sh") (which "sh")))
(and (zero? (system* "./autogen.sh")) (invoke "./autogen.sh")
(begin (patch-makefile-SHELL "Makefile.include.in")
(patch-makefile-SHELL "Makefile.include.in") #t)))
#t)))))
;; Make sure programs find libgpm.so. ;; Make sure programs find libgpm.so.
#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" #:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="