all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 6b89d49fd4569557b3ba329a5122601c7278c179 738 bytes (raw)
name: gnu/packages/patches/libvirt-do-not-create-var-dirs.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
20
21
22
23
24
25
26
27
28
29
30
 
We define localstatedir as /var, and so we shouldn't be installing empty
directories there.

diff --git a/src/meson.build b/src/meson.build
index f13b85b74e..58040f2c5d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -893,22 +893,6 @@ if conf.has('WITH_DTRACE_PROBES')
   )
 endif

-
-# Install empty directories
-
-virt_install_dirs += [
-  localstatedir / 'cache' / 'libvirt',
-  localstatedir / 'lib' / 'libvirt' / 'images',
-  localstatedir / 'lib' / 'libvirt' / 'filesystems',
-  localstatedir / 'lib' / 'libvirt' / 'boot',
-]
-
-meson.add_install_script(
-  meson_python_prog.path(), python3_prog.path(), meson_install_dirs_prog.path(),
-  virt_install_dirs,
-)
-
-
 # Check driver files

 if host_machine.system() == 'linux'

debug log:

solving 640cb1696d ...
found 640cb1696d in https://yhetil.org/guix/20210320213125.11295-1-pierre.langlois@gmx.com/

applying [1/1] https://yhetil.org/guix/20210320213125.11295-1-pierre.langlois@gmx.com/
diff --git a/gnu/packages/patches/libvirt-do-not-create-var-dirs.patch b/gnu/packages/patches/libvirt-do-not-create-var-dirs.patch
new file mode 100644
index 0000000000..640cb1696d

Checking patch gnu/packages/patches/libvirt-do-not-create-var-dirs.patch...
Applied patch gnu/packages/patches/libvirt-do-not-create-var-dirs.patch cleanly.

index at:
100644 6b89d49fd4569557b3ba329a5122601c7278c179	gnu/packages/patches/libvirt-do-not-create-var-dirs.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.