fixup! net-firewall/nftables: Apply Flatcar patches

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
Sayan Chowdhury 2021-09-21 15:37:02 +00:00
parent 8a6d6f9011
commit 8c8fe409d1

View File

@ -115,3 +115,7 @@ src_compile() {
fi
}
src_install() {
default
find "${ED}" -type f -name "*.la" -delete || die
}