mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
hcxdumptool: removed unneeded sed
This commit is contained in:
parent
3518364ce9
commit
d33ecc2895
1 changed files with 2 additions and 9 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue