[arch-commits] Commit in afew/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Tue Sep 6 00:28:27 UTC 2022


    Date: Tuesday, September 6, 2022 @ 00:28:27
  Author: polyzen
Revision: 1294129

Style

Modified:
  afew/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-06 00:28:22 UTC (rev 1294128)
+++ PKGBUILD	2022-09-06 00:28:27 UTC (rev 1294129)
@@ -21,7 +21,7 @@
 build() {
   cd afew-$pkgver
   python -m build --wheel --skip-dependency-check --no-isolation
-  PYTHONPATH="build:${PYTHONPATH}" sphinx-build -b man docs build
+  PYTHONPATH="build:$PYTHONPATH" sphinx-build -b man docs build
 }
 
 check() {



More information about the arch-commits mailing list