Dominique Leuenberger
b671db4411
- fix build with automake 1.12.1, which removed AM_PROG_MKDIR_P, which is deprecated for a long time OBS-URL: https://build.opensuse.org/request/show/126829 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=82
27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
Index: avahi-0.6.31/avahi-autoipd/Makefile.am
|
|
===================================================================
|
|
--- avahi-0.6.31.orig/avahi-autoipd/Makefile.am 2010-08-26 02:51:38.000000000 +0200
|
|
+++ avahi-0.6.31/avahi-autoipd/Makefile.am 2012-07-01 22:34:57.922855526 +0200
|
|
@@ -76,7 +76,7 @@ dhcliententerdir = $(sysconfdir)/dhcp/dh
|
|
dhclientexitdir = $(sysconfdir)/dhcp/dhclient-exit-hooks.d
|
|
|
|
install-exec-hook: dhclient-exit-hook dhclient-enter-hook
|
|
- $(mkdir_p) $(DESTDIR)$(dhcliententerdir) $(DESTDIR)$(dhclientexitdir)
|
|
+ $(MKDIR_P) $(DESTDIR)$(dhcliententerdir) $(DESTDIR)$(dhclientexitdir)
|
|
$(INSTALL) dhclient-enter-hook $(DESTDIR)$(dhcliententerdir)/avahi-autoipd
|
|
$(INSTALL) dhclient-exit-hook $(DESTDIR)$(dhclientexitdir)/avahi-autoipd
|
|
|
|
Index: avahi-0.6.31/avahi-daemon/Makefile.am
|
|
===================================================================
|
|
--- avahi-0.6.31.orig/avahi-daemon/Makefile.am 2010-08-26 02:51:38.000000000 +0200
|
|
+++ avahi-0.6.31/avahi-daemon/Makefile.am 2012-07-01 22:34:44.570481086 +0200
|
|
@@ -169,7 +169,7 @@ xmllint:
|
|
done
|
|
|
|
install-data-local:
|
|
- test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
|
|
+ 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
|