gnu: xfig: Correct typographic error.

* gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
This commit is contained in:
John Darrington 2017-01-13 07:26:37 +01:00
parent 7d35462923
commit 79728b621b
No known key found for this signature in database
GPG key ID: 8A67719C2DE827B3

View file

@ -66,7 +66,7 @@ (define-public xfig
(out (assoc-ref outputs "out"))) (out (assoc-ref outputs "out")))
(substitute* "Imakefile" (substitute* "Imakefile"
(("XCOMM XAPPLOADDIR = /home/user/xfig *") (("XCOMM XAPPLOADDIR = /home/user/xfig *")
(string-append "XAPPLOADDIR = " out %app-defaults-dir)) (string-append "XAPPLOADDIR = " out ,%app-defaults-dir))
(("XCOMM (BINDIR = )[[:graph:]]*" _ front) (("XCOMM (BINDIR = )[[:graph:]]*" _ front)
(string-append front out "/bin")) (string-append front out "/bin"))
(("(PNGLIBDIR = )[[:graph:]]*" _ front) (("(PNGLIBDIR = )[[:graph:]]*" _ front)