index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | PKGBUILD | 2 |
@@ -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() { |