From: David Seifert Date: Sun, 11 Aug 2019 11:19:46 +0000 (+0200) Subject: net-analyzer/ettercap: [QA] Fix missing trailing slash X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae484dcbccf4f4b08809b89f774ba39ac3e0586b;p=gentoo.git net-analyzer/ettercap: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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?