79ed40cd69
Bugfix release, backwards compatible: https://github.com/lathiat/avahi/releases/tag/v0.6.32 * Update src URL to github (the latest release is only available there). * Change "$(mkdir_p)" to "$(MKDIR_P)" in the patch to keep it working (apply'able).
13 lines
456 B
Diff
13 lines
456 B
Diff
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
|