unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 5241dc30a723de977d8b79bc1d7672e565dbf6d4 714 bytes (raw)
name: gnu/packages/patches/docbook2x-static-datadir-evaluation.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
Description:
 01_fix_static_datadir_evaluation.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de>
 All lines beginning with `## DP:' are a description of the patch.
 The evaluation of datadir results in "${prefix}/share" without
 evaluation of the ${prefix} variable with autoconf 2.60.

Index: docbook2X-0.8.8/configure.ac
===================================================================
--- docbook2X-0.8.8.orig/configure.ac
+++ docbook2X-0.8.8/configure.ac
@@ -148,7 +148,7 @@
 dnl they will reside and should use these static_* values.
 dnl Ensure that all static_* are fully expanded.
 
-eval static_datadir="$datadir"
+eval eval static_datadir="$datadir"
 
 eval static_bindir="$bindir"
 old_val=""

debug log:

solving 5241dc30a7 ...
found 5241dc30a7 in https://yhetil.org/guix-patches/b12e2391d88de365b8104a0fc9f0a35a6530b5fb.1692830149.git.mirai@makinata.eu/ ||
	https://yhetil.org/guix-patches/c295546b3f9c6f11757b1653de7aa2862b82b9d9.1695478390.git.mirai@makinata.eu/

applying [1/1] https://yhetil.org/guix-patches/b12e2391d88de365b8104a0fc9f0a35a6530b5fb.1692830149.git.mirai@makinata.eu/
diff --git a/gnu/packages/patches/docbook2x-static-datadir-evaluation.patch b/gnu/packages/patches/docbook2x-static-datadir-evaluation.patch
new file mode 100644
index 0000000000..5241dc30a7

1:20: trailing whitespace.
 
1:23: trailing whitespace.
 
Checking patch gnu/packages/patches/docbook2x-static-datadir-evaluation.patch...
Applied patch gnu/packages/patches/docbook2x-static-datadir-evaluation.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/c295546b3f9c6f11757b1653de7aa2862b82b9d9.1695478390.git.mirai@makinata.eu/ for 5241dc30a7
index at:
100644 5241dc30a723de977d8b79bc1d7672e565dbf6d4	gnu/packages/patches/docbook2x-static-datadir-evaluation.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).