index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-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() { |