index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-08 23:12:49 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-08 23:12:49 +0000 |
commit | 18c811ac967110d9371cc5dcdcd44382b25b0494 (patch) | |
tree | 106687cebfa94c53b836df1fa76389d2beb5ca4f /make.sh | |
parent | 5ad6ea26c8ad12f394b4e9f8a577c935f1f29785 (diff) |
-rwxr-xr-x | make.sh | 8 |
@@ -5,10 +5,10 @@ VERSION=$(cat VERSION) rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ "archinstall-v${VERSION}-x86_64/" *.pkg.*.xz archinstall-*.tar.gz -nuitka3 --standalone --show-progress archinstall -cp -r examples/ archinstall.dist/ -mv archinstall.dist "archinstall-v${VERSION}-x86_64" -tar -czvf "archinstall-v${VERSION}.tar.gz" "archinstall-v${VERSION}-x86_64" +#nuitka3 --standalone --show-progress archinstall +#cp -r examples/ archinstall.dist/ +#mv archinstall.dist "archinstall-v${VERSION}-x86_64" +#tar -czvf "archinstall-v${VERSION}.tar.gz" "archinstall-v${VERSION}-x86_64" # makepkg -f python3 setup.py sdist bdist_wheel |