diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template index f0397b90fba..cae98d3e669 100644 --- a/srcpkgs/nftables/template +++ b/srcpkgs/nftables/template @@ -20,14 +20,14 @@ post_extract() { } post_build() { - ( + ( cd py - python -m build --no-isolation --wheel + python -m build --no-isolation --wheel ) } post_install() { - ( + ( cd py python -m installer --destdir ${DESTDIR} --no-compile-bytecode dist/*.whl )