unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 0d0881c445889d1fbd0c7e266908e04bedba50a4 438 bytes (raw)
name: gnu/packages/patches/spice-vdagent-localstatedir.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Allow mkdir localstatedir to fail.

--- a/Makefile.in
+++ b/Makefile.in
@@ -1412,7 +1412,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gdmautostart2DATA \


 install-data-local:
-	$(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
+	-$(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd

 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

debug log:

solving 0d0881c ...
found 0d0881c in https://yhetil.org/guix-devel/20160723131859.13525-6-david@craven.ch/ ||
	https://yhetil.org/guix-devel/20160724175230.19184-6-david@craven.ch/

applying [1/1] https://yhetil.org/guix-devel/20160723131859.13525-6-david@craven.ch/
diff --git a/gnu/packages/patches/spice-vdagent-localstatedir.patch b/gnu/packages/patches/spice-vdagent-localstatedir.patch
new file mode 100644
index 0000000..0d0881c

Checking patch gnu/packages/patches/spice-vdagent-localstatedir.patch...
Applied patch gnu/packages/patches/spice-vdagent-localstatedir.patch cleanly.

skipping https://yhetil.org/guix-devel/20160724175230.19184-6-david@craven.ch/ for 0d0881c
index at:
100644 0d0881c445889d1fbd0c7e266908e04bedba50a4	gnu/packages/patches/spice-vdagent-localstatedir.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).