From 8d15683752c0559c04680da6944a779ab4369f9d Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Mar 2022 09:24:17 +0200 Subject: [PATCH] Made archinstall build reproducable when generating docs --- .gitignore | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1348bafe..24b1b697 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ venv .DS_Store **/cmd_history.txt **/*.*~ +/*.sig \ No newline at end of file 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() {