From ed61e8072fb7b6bd815c94d43f885c98850fa047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 24 Sep 2020 18:43:24 +0200 Subject: [PATCH] attic: fix renamed sphinx-build{3,} --- srcpkgs/attic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template index 6256cc0095..ebf921ea03 100644 --- a/srcpkgs/attic/template +++ b/srcpkgs/attic/template @@ -21,7 +21,7 @@ pre_build() { fi } post_build() { - PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3 + PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build } post_install() { vlicense LICENSE