unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0853bcea916749d3914c4269b7c23989e17fadf4 363 bytes (raw)
name: gnu/packages/patches/bolt-skip-mkdir.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
diff --git a/scripts/meson-install.sh b/scripts/meson-install.sh
index 859ae81..05a1c58 100644
--- a/scripts/meson-install.sh
+++ b/scripts/meson-install.sh
@@ -7,5 +7,5 @@ fi
 
 BOLT_DBDIR=$1
 
-echo "Creating database dir: ${BOLT_DBDIR}"
-mkdir -p "${DESTDIR}/${BOLT_DBDIR}"
+# echo "Creating database dir: ${BOLT_DBDIR}"
+# mkdir -p "${DESTDIR}/${BOLT_DBDIR}"

debug log:

solving 0853bcea91 ...
found 0853bcea91 in https://yhetil.org/guix-patches/5255d8ae4c2abdb44b8f1f1cbf55c344e9486c13.1669735188.git.florhizome@posteo.net/

applying [1/1] https://yhetil.org/guix-patches/5255d8ae4c2abdb44b8f1f1cbf55c344e9486c13.1669735188.git.florhizome@posteo.net/
diff --git a/gnu/packages/patches/bolt-skip-mkdir.patch b/gnu/packages/patches/bolt-skip-mkdir.patch
new file mode 100644
index 0000000000..0853bcea91

1:12: trailing whitespace.
 
1:14: trailing whitespace.
 
Checking patch gnu/packages/patches/bolt-skip-mkdir.patch...
Applied patch gnu/packages/patches/bolt-skip-mkdir.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 0853bcea916749d3914c4269b7c23989e17fadf4	gnu/packages/patches/bolt-skip-mkdir.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).