diff --git a/srcpkgs/python3-adblock/template b/srcpkgs/python3-adblock/template index bdf79abcb5f..ebd4a7f62ac 100644 --- a/srcpkgs/python3-adblock/template +++ b/srcpkgs/python3-adblock/template @@ -29,7 +29,8 @@ do_build() { # Drop platform specifiers from the wheel; pip will refuse to install, # e.g., an armv7l wheel on an aarch64 system even if the masterdir is # armv7l. The wheel is correct; no need for name compatibility checks. - mv adblock-${version}-*.whl adblock-${version}-py3-none-any.whl + mkdir -p dist + mv adblock-${version}-*.whl dist/adblock-${version}-py3-none-any.whl } pre_check() {