diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-07-13 06:23:13 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-07-13 06:23:13 +0300 |
commit | 532020c7eecd0b1bcf9b08e44a2a3ea327230f08 (patch) | |
tree | d14705978c15db8d31acbb4800ac3a904069f39a /net-dns/avahi-libs/files/avahi-0.6.31-install-exec-hook.patch | |
parent | 8dcea3bf6592e418e390c771216011f6eb4bc01b (diff) |
[avahi*] new package: avahi-libs, contains multilib`ed version of avahi-ui.h. if there will be any need, we will add more
Diffstat (limited to 'net-dns/avahi-libs/files/avahi-0.6.31-install-exec-hook.patch')
-rw-r--r-- | net-dns/avahi-libs/files/avahi-0.6.31-install-exec-hook.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/avahi-libs/files/avahi-0.6.31-install-exec-hook.patch b/net-dns/avahi-libs/files/avahi-0.6.31-install-exec-hook.patch new file mode 100644 index 00000000..d9a7bc34 --- /dev/null +++ b/net-dns/avahi-libs/files/avahi-0.6.31-install-exec-hook.patch @@ -0,0 +1,11 @@ +--- avahi-0.6.31/avahi-utils/Makefile.am ++++ avahi-0.6.31/avahi-utils/Makefile.am +@@ -53,7 +53,7 @@ + avahi_set_host_name_CFLAGS = $(AM_CFLAGS) + avahi_set_host_name_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la + +-install-exec-local: ++install-exec-hook: + cd $(DESTDIR)/$(bindir) && \ + rm -f avahi-resolve-host-name avahi-resolve-address avahi-browse-domains avahi-publish-address avahi-publish-service && \ + $(LN_S) avahi-resolve avahi-resolve-host-name && \ |