From 1b50861d54d0612faeeef5eb486877ddadd6a200 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Sun, 6 Jul 2025 09:38:58 +0200 Subject: [PATCH] nftables: clean-up after xlint-ing Co-authored-by: classabbyamp --- srcpkgs/nftables/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 )