From 983a0e5e558d831204142c5b9eed40e7c7dc59dd Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 24 Mar 2022 21:42:57 +0100 Subject: [PATCH] Amass: fix build --- srcpkgs/Amass/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/Amass/template b/srcpkgs/Amass/template index c11b52a0465..ea6584b868d 100644 --- a/srcpkgs/Amass/template +++ b/srcpkgs/Amass/template @@ -10,7 +10,3 @@ license="Apache-2.0" homepage="https://www.owasp.org/index.php/OWASP_Amass_Project" distfiles="https://github.com/OWASP/Amass/archive/v${version}.tar.gz" checksum=67c21e19d1e6cc9fccb2a1ea3ffab75c9198693fc46ff5d7b63fcbe60a4cd4bb - -post_install() { - rm ${DESTDIR}/usr/bin/examples -}