From ae484dcbccf4f4b08809b89f774ba39ac3e0586b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 13:19:46 +0200 Subject: [PATCH] net-analyzer/ettercap: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- net-analyzer/ettercap/ettercap-0.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ettercap/ettercap-0.8.3.ebuild b/net-analyzer/ettercap/ettercap-0.8.3.ebuild index 12a0ca3162d5..ec323be8df10 100644 --- a/net-analyzer/ettercap/ettercap-0.8.3.ebuild +++ b/net-analyzer/ettercap/ettercap-0.8.3.ebuild @@ -63,7 +63,7 @@ src_configure() { -DENABLE_GEOIP="$(usex geoip)" -DBUNDLED_LIBS=OFF -DSYSTEM_LIBS=ON - -DINSTALL_SYSCONFDIR="${EROOT}"etc + -DINSTALL_SYSCONFDIR="${EPREFIX}"/etc ) #right now we only support gtk2, but ettercap also supports gtk3 #do we care? do we want to support both? -- 2.26.2