From 6c5ee6a89bee1d9549407b041606432f1c31bedd Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 23 Oct 2013 14:12:32 -0700 Subject: [PATCH] fix(net-misc/tlsdate): use econf on 9999 too --- .../coreos-overlay/net-misc/tlsdate/tlsdate-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-9999.ebuild index 686a558fbc..b59eb972d3 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-9999.ebuild @@ -24,7 +24,7 @@ src_prepare() { src_configure() { # Our unprivileged group is called "nobody" - cros-workon_src_configure \ + econf \ $(use_enable dbus) \ --with-unpriv-user=tlsdate \ --with-unpriv-group=tlsdate \