gnu: xfig: Don't ignore 'xmkmf' exit code.

Suggested by Mike Gerwitz <mtg@gnu.org>.

* gnu/packages/xfig.scm (xfig)[arguments]: Use 'invoke' when invoking
'xmkmf'.
This commit is contained in:
Ludovic Courtès 2017-12-02 11:02:24 +01:00
parent 04bbd07218
commit 63b31b567e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
(("XCOMM USEINLINE") "USEINLINE")) (("XCOMM USEINLINE") "USEINLINE"))
;; The -a argument is required in order to pick up the correct paths ;; The -a argument is required in order to pick up the correct paths
;; to several X header files. ;; to several X header files.
(zero? (system* "xmkmf" "-a")) (invoke "xmkmf" "-a")
;; Reset some variables that are inherited from imake templates ;; Reset some variables that are inherited from imake templates
(substitute* "Makefile" (substitute* "Makefile"
;; These imake variables somehow remain undefined ;; These imake variables somehow remain undefined