Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/nss-mdns: Fix hook from post-install to finalize
@ 2018-05-28  8:31 Vincent Prince
  2018-05-28  8:31 ` [Buildroot] [PATCH v2 2/2] package/nss-myhostname: Add package Vincent Prince
  2018-05-28 12:41 ` [Buildroot] [PATCH v2 " Peter Korsgaard
  0 siblings, 2 replies; 12+ messages in thread
From: Vincent Prince @ 2018-05-28  8:31 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
---
 package/nss-mdns/nss-mdns.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nss-mdns/nss-mdns.mk b/package/nss-mdns/nss-mdns.mk
index 407b942..ee666c7 100644
--- a/package/nss-mdns/nss-mdns.mk
+++ b/package/nss-mdns/nss-mdns.mk
@@ -17,6 +17,6 @@ define NSS_MDNS_INSTALL_CONFIG
 		$(TARGET_DIR)/etc/nsswitch.conf
 endef
 
-NSS_MDNS_POST_INSTALL_TARGET_HOOKS += NSS_MDNS_INSTALL_CONFIG
+NSS_MDNS_TARGET_FINALIZE_HOOKS += NSS_MDNS_INSTALL_CONFIG
 
 $(eval $(autotools-package))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-10-20 23:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28  8:31 [Buildroot] [PATCH v2 1/2] package/nss-mdns: Fix hook from post-install to finalize Vincent Prince
2018-05-28  8:31 ` [Buildroot] [PATCH v2 2/2] package/nss-myhostname: Add package Vincent Prince
2018-05-28 12:47   ` Peter Korsgaard
2018-05-28 19:06     ` Vincent Prince
2018-05-28 20:28       ` Peter Korsgaard
2018-05-29  8:00         ` [Buildroot] [PATCH v3 1/2] package/nss-mdns: Fix hook from post-install to finalize Vincent Prince
2018-05-29  8:00           ` [Buildroot] [PATCH v3 2/2] package/nss-myhostname: Add package Vincent Prince
2018-10-20 23:50             ` Peter Korsgaard
2018-05-29  8:50           ` [Buildroot] [PATCH v3 1/2] package/nss-mdns: Fix hook from post-install to finalize Peter Korsgaard
2018-10-20 23:48           ` Peter Korsgaard
2018-05-28 12:41 ` [Buildroot] [PATCH v2 " Peter Korsgaard
2018-05-28 19:08   ` Vincent Prince

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox