diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 19:57:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 19:59:14 +0100 |
commit | 871f3d515237c8b7655b8bc185c0c07b1986441a (patch) | |
tree | 16cb5287235667b1b17c0c4878b9452933582e88 /net-analyzer | |
parent | net-analyzer/mrtg: multilib-- (diff) | |
download | gentoo-871f3d515237c8b7655b8bc185c0c07b1986441a.tar.gz gentoo-871f3d515237c8b7655b8bc185c0c07b1986441a.tar.bz2 gentoo-871f3d515237c8b7655b8bc185c0c07b1986441a.zip |
net-analyzer/quidscor: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/quidscor/quidscor-1.2.48-r1.ebuild | 6 |
1 files 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 9c118b6762a3..15a6af1294c1 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 |