Made archinstall build reproducable when generating docs

This commit is contained in:
Anton Hvornum 2022-03-28 09:24:17 +02:00
parent ac0162aba7
commit 8d15683752
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ venv
.DS_Store
**/cmd_history.txt
**/*.*~
/*.sig

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