build-system/gnu: Set the docdir to "share/doc"
authorJohn Darrington <jmd@gnu.org>
Mon, 10 Feb 2014 20:35:30 +0000 (21:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 10 Feb 2014 21:22:53 +0000 (22:22 +0100)
* guix/build/gnu-build-system.scm (configure):
  Change docdir directory from "doc" to "share/doc".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix/build/gnu-build-system.scm

index 6d26392..4cda7fc 100644 (file)
@@ -163,7 +163,7 @@ makefiles."
                              '())
                        ,@(if docdir
                              (list (string-append "--docdir=" docdir
-                                                  "/doc/" (package-name)))
+                                                  "/share/doc/" (package-name)))
                              '())
                        ,@(if target               ; cross building
                              (list (string-append "--host=" target))