all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 61bed91b5c8122e1ac0b2bfb5b9ff8094720be20 1213 bytes (raw)
name: packages/patches/dbus-localstatedir.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
 
Do not try to create $localstatedir and $sysconfdir since we cannot do this
when they are /var and /etc.

--- dbus-1.6.4/bus/Makefile.in	2013-09-11 16:15:13.000000000 +0200
+++ dbus-1.6.4/bus/Makefile.in	2013-09-11 16:15:15.000000000 +0200
@@ -1510,9 +1510,6 @@ clean-local:
 	/bin/rm *.bb *.bbg *.da *.gcov || true
 
 install-data-hook:
-	$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus
-	$(mkinstalldirs) $(DESTDIR)$(configdir)/system.d
-	$(mkinstalldirs) $(DESTDIR)$(configdir)/session.d
 	$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services
 	$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/system-services
 # Install dbus.socket as default implementation of a D-Bus stack.

--- dbus-1.6.4/tools/Makefile.in	2013-09-11 16:10:31.000000000 +0200
+++ dbus-1.6.4/tools/Makefile.in	2013-09-11 16:10:32.000000000 +0200
@@ -757,11 +757,6 @@ uninstall-am: uninstall-binPROGRAMS
 
 
 # create the /var/lib/dbus directory for dbus-uuidgen
-install-data-local:
-	$(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/dbus
-
-installcheck-local:
-	test -d $(DESTDIR)$(localstatedir)/lib/dbus
 
 # 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 61bed91b5c8122e1ac0b2bfb5b9ff8094720be20 ...
found 61bed91b5c8122e1ac0b2bfb5b9ff8094720be20 in https://git.savannah.gnu.org/cgit/guix.git

(*) 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.