all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob d16b604db1bae498321b6f69bf17df1baf182d2c 388 bytes (raw)
name: gnu/packages/patches/gzdoom-search-in-installed-share.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
--- /src/d_main.cpp	2018-01-16 22:13:09.700602781 +0200
+++ /src/d_main.cpp	2018-01-16 22:22:36.560617961 +0200
@@ -1716,6 +1716,11 @@
 		return wad;
 	}
 
+    mysnprintf (wad, countof(wad), "%s/%s", GUIX_OUT_PK3, file);
+    if (DirEntryExists (wad)) {
+        return wad;
+    }
+
 	if (GameConfig != NULL && GameConfig->SetSection ("FileSearch.Directories"))
 	{
 		const char *key;

debug log:

solving d16b604db ...
found d16b604db in https://yhetil.org/guix/e11a636a5bf5d5211b00f9cdef56e076@firemail.cc/

applying [1/1] https://yhetil.org/guix/e11a636a5bf5d5211b00f9cdef56e076@firemail.cc/
diff --git a/gnu/packages/patches/gzdoom-search-in-installed-share.patch b/gnu/packages/patches/gzdoom-search-in-installed-share.patch
new file mode 100644
index 000000000..d16b604db

1:10: space before tab in indent.
 		return wad;
1:11: space before tab in indent.
 	}
1:12: trailing whitespace.
 
1:18: space before tab in indent.
 	if (GameConfig != NULL && GameConfig->SetSection ("FileSearch.Directories"))
1:19: space before tab in indent.
 	{
Checking patch gnu/packages/patches/gzdoom-search-in-installed-share.patch...
Applied patch gnu/packages/patches/gzdoom-search-in-installed-share.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

index at:
100644 d16b604db1bae498321b6f69bf17df1baf182d2c	gnu/packages/patches/gzdoom-search-in-installed-share.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.