From 97a7044bed0e290f26b15231cb745c6e45132bfb Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 1 Mar 2022 00:44:30 +0100 Subject: [PATCH] Making archinstall reproduceable, by telling the docs creation not to write bytecode --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index cc7a669f..8f0fd384 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ conflicts=('archinstall' 'python-archinstall' 'python-archinstall-git') build() { cd "$startdir" python setup.py build - make man -C docs + PYTHONDONTWRITEBYTECODE=1 make man -C docs } package() {