summary refs log tree commit diff
path: root/pkgs/development/libraries/avahi/no-mkdir-localstatedir.patch
blob: 72965c9f0282506d97daecf2007b18414e51dd68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Don't "mkdir $(localstatedir)" since we can't do it (/var).

--- a/avahi-daemon/Makefile.in
+++ b/avahi-daemon/Makefile.in
@@ -1625,7 +1625,6 @@ xmllint:
 	done
 
 install-data-local:
-	test -z "$(avahi_runtime_dir)" || $(MKDIR_P) "$(DESTDIR)$(avahi_runtime_dir)"
 
 update-systemd:
 	curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c