index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-03-28 09:24:17 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-03-28 09:24:17 +0200 |
commit | 8d15683752c0559c04680da6944a779ab4369f9d (patch) | |
tree | f02b27053bbf8419867bf7e08e13ce1f5e84a824 | |
parent | ac0162aba7405f87f17cfd99c99f7d540482ee6c (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
@@ -32,3 +32,4 @@ venv .DS_Store **/cmd_history.txt **/*.*~ +/*.sig
\ No newline at end of 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() { |