Amass: fix build

This commit is contained in:
Michal Vasilek 2022-03-24 21:42:57 +01:00
parent 74ed8b24e2
commit 983a0e5e55

View file

@ -10,7 +10,3 @@ license="Apache-2.0"
homepage="https://www.owasp.org/index.php/OWASP_Amass_Project" homepage="https://www.owasp.org/index.php/OWASP_Amass_Project"
distfiles="https://github.com/OWASP/Amass/archive/v${version}.tar.gz" distfiles="https://github.com/OWASP/Amass/archive/v${version}.tar.gz"
checksum=67c21e19d1e6cc9fccb2a1ea3ffab75c9198693fc46ff5d7b63fcbe60a4cd4bb checksum=67c21e19d1e6cc9fccb2a1ea3ffab75c9198693fc46ff5d7b63fcbe60a4cd4bb
post_install() {
rm ${DESTDIR}/usr/bin/examples
}