guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: asymptote: Fix direntry in info file.


From: guix-commits
Subject: 01/01: gnu: asymptote: Fix direntry in info file.
Date: Thu, 4 Apr 2019 14:17:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 325a2e35dcccb37498fed1c211aa4120103056ba
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Apr 4 20:16:40 2019 +0200

    gnu: asymptote: Fix direntry in info file.
    
    * gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
---
 gnu/packages/plotutils.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 96b1cc9..35e632c 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -237,6 +237,8 @@ colors, styles, options and details.")
            (lambda _
              (substitute* "doc/png/Makefile.in"
                (("(\\$\\(infodir\\))/asymptote" _ infodir) infodir))
+             (substitute* "doc/asymptote.texi"
+               (("asymptote/asymptote") "asymptote"))
              #t))
          (add-before 'build 'patch-pdf-viewer
            (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]