mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
13 lines
362 B
Diff
13 lines
362 B
Diff
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
|