commit: 871f3d515237c8b7655b8bc185c0c07b1986441a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 18:57:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 18:59:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871f3d51
net-analyzer/quidscor: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild b/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild index 9c118b6762a..15a6af1294c 100644 --- a/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild +++ b/net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs + +inherit epatch toolchain-funcs DESCRIPTION="Qualys IDS Correlation Daemon" HOMEPAGE="http://quidscor.sourceforge.net/" @@ -37,6 +38,7 @@ src_compile() { src_install() { emake PREFIX=/usr STAGING_PREFIX="${D}" install dodoc ChangeLog FAQ MANIFEST README TODO + # fix ugly install cd "${D}"/usr || die mv etc .. || die
