gnu: ijs: Use invoke.
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen phase.master
parent
3f27124eb3
commit
8f52d8982b
|
@ -295,7 +295,7 @@ output file formats and printers.")
|
|||
(substitute* "autogen.sh"
|
||||
(("^.*\\$srcdir/configure.*") "")
|
||||
(("^ + && echo Now type.*$") ""))
|
||||
(zero? (system* "bash" "autogen.sh")))))))
|
||||
(invoke "bash" "autogen.sh"))))))
|
||||
(synopsis "IJS driver framework for inkjet and other raster devices")
|
||||
(description
|
||||
"IJS is a protocol for transmission of raster page images. This package
|
||||
|
|
Reference in New Issue