From: David Seifert Date: Sat, 8 Feb 2020 17:05:31 +0000 (+0100) Subject: net-analyzer/greenbone-security-assistant: [QA] Remove unnecessary -DCMAKE_INSTALL_PR... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef275ceadd3c4b70095dfb7aca63b8ce31e0e700;p=gentoo.git net-analyzer/greenbone-security-assistant: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments Signed-off-by: David Seifert --- diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild index ed0bcabf18ff..d616891de50b 100644 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild @@ -85,7 +85,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=${EPREFIX}/usr" "-DLOCALSTATEDIR=${EPREFIX}/var" "-DSYSCONFDIR=${EPREFIX}/etc" )