hcxdumptool: removed unneeded sed

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-22 11:08:19 -05:00
parent 3518364ce9
commit d33ecc2895
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Small tool to capture packets from wlan devices"
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
@ -15,13 +15,6 @@ IUSE="gpio"
DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"
src_prepare() {
sed -e "s/^install: build/install:/" \
-i Makefile || die
default
}
src_compile() {
emake $(usex gpio \
"GPIOSUPPORT=on" \