gnu: xfig: Correct typographic error.
* gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
This commit is contained in:
parent
7d35462923
commit
79728b621b
|
@ -66,7 +66,7 @@
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in New Issue