Making archinstall reproduceable, by telling the docs creation not to write bytecode

This commit is contained in:
Anton Hvornum 2022-03-01 00:44:30 +01:00
parent c6a62337cf
commit 97a7044bed
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -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() {