summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-03-23 02:46:12 -0400
committerMark H Weaver <mhw@netris.org>2018-03-23 04:42:29 -0400
commit8f52d8982b7ab87c9706248d57f174ecf1648942 (patch)
treee7a3979b6c546b6b9ed96033a9e822cbc217a410 /gnu/packages/ghostscript.scm
parent3f27124eb3a3e373919ac42c3accf1cffa1d4c79 (diff)
gnu: ijs: Use invoke.
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen phase.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 9a02c47f45b..25d210e9d23 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -295,7 +295,7 @@ output file formats and printers.")
295 (substitute* "autogen.sh" 295 (substitute* "autogen.sh"
296 (("^.*\\$srcdir/configure.*") "") 296 (("^.*\\$srcdir/configure.*") "")
297 (("^ + && echo Now type.*$") "")) 297 (("^ + && echo Now type.*$") ""))
298 (zero? (system* "bash" "autogen.sh"))))))) 298 (invoke "bash" "autogen.sh"))))))
299 (synopsis "IJS driver framework for inkjet and other raster devices") 299 (synopsis "IJS driver framework for inkjet and other raster devices")
300 (description 300 (description
301 "IJS is a protocol for transmission of raster page images. This package 301 "IJS is a protocol for transmission of raster page images. This package