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:
parent
04bbd07218
commit
63b31b567e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue