[arch-commits] Commit in pgadmin4/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Aug 17 20:21:54 UTC 2020
Date: Monday, August 17, 2020 @ 20:21:53
Author: jelle
Revision: 683203
Do not install doctrees files for reproducible builds
Override the -d option to write doctrees sphinx cache files in /tmp so they
aren't copied to $pkgdir and installed on the system.
Modified:
pgadmin4/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-17 20:21:44 UTC (rev 683202)
+++ PKGBUILD 2020-08-17 20:21:53 UTC (rev 683203)
@@ -93,7 +93,8 @@
cd ${pkgname}-${pkgver}
convert +set date:create +set date:modify runtime/pgAdmin4.{ico,png}
- make docs
+ # override doctree directory
+ make docs SPHINXOPTS='-d /tmp/'
cd runtime
export CFLAGS+=" ${CPPFLAGS}"
More information about the arch-commits
mailing list