Skip to content

Commit

Permalink
Made archinstall build reproducable when generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Mar 28, 2022
1 parent ac0162a commit 8d15683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ venv
.DS_Store
**/cmd_history.txt
**/*.*~
/*.sig
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8d15683

Please sign in to comment.