mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
net-libs/dpdk: fix finding python files
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -56,7 +56,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
local pyfiles=( "${ED}/usr/bin/*.py" )
|
||||
local pyfiles=( "${ED}"/usr/bin/*.py )
|
||||
for pyfile in "${pyfiles[@]}"; do
|
||||
python_fix_shebang "${pyfile}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user