diff options
author | Alexander Miller <alex.miller@gmx.de> | 2022-07-04 22:06:24 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-05 00:24:03 +0100 |
commit | 85db2b0d3b94be573a063b56b4181e92eaa901d5 (patch) | |
tree | c67133ad44515f4a0871f5030087c7d21343f42e /app-forensics | |
parent | app-forensics/aflplusplus: Fix lld detection (diff) | |
download | gentoo-85db2b0d3b94be573a063b56b4181e92eaa901d5.tar.gz gentoo-85db2b0d3b94be573a063b56b4181e92eaa901d5.tar.bz2 gentoo-85db2b0d3b94be573a063b56b4181e92eaa901d5.zip |
app-forensics/aflplusplus: Don't try to strip test cases
Signed-off-by: Alexander Miller <alex.miller@gmx.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.01c.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild index 18186168e86e..5ff60c119327 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild @@ -80,6 +80,7 @@ src_install() { DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \ MAN_PATH="${EPREFIX}/usr/share/man/man8" \ install + dostrip -x /usr/share/afl/testcases/ } pkg_postinst() { |