~ruther/guix-local

ref: e441fc564bf3192b677289e4e16c6845c5c4f043 guix-local/gnu/packages/patches/avahi-localstatedir.patch -rw-r--r-- 456 bytes
e441fc56 — Ricardo Wurmus gnu: ant: Implement in terms of ant/java8. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
Don't "mkdir $(localstatedir)" since we can't do it (/var).

--- avahi-0.6.27/avahi-daemon/Makefile.in	2010-07-13 05:06:35.000000000 +0200
+++ avahi-0.6.27/avahi-daemon/Makefile.in	2010-07-13 18:03:45.000000000 +0200
@@ -1554,7 +1554,6 @@ xmllint:
 	done
 
 install-data-local:
-	test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
 
 update-systemd:
 	curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c