Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-08-04 14:30:15 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-04 14:30:15 +0200
commit9d7962f39c1d8d8321da9c3653ca7e8d1def5c9b (patch)
tree60ab462f6a11a7476ada8e77c9f833f1fd06dc4e /make.sh
parent2dea2426b2426a284d5789770c136356ded69aa7 (diff)
Added a list_profiles() function, that lists all current local profiles. Also removed support for .json as it's redundant for the future.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 46d2d00d..82333a5f 100755
--- a/make.sh
+++ b/make.sh
@@ -6,7 +6,7 @@ rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinsta
nuitka3 --standalone --show-progress archinstall
cp -r examples/ archinstall.dist/
mv archinstall.dist archinstall-v2.0.4rc4-x86_64
-tar -czvf archinstall-v2.0.4rc4.tar.gz archinstall-v2.0.4rc4-x86_64
+tar -czvf archinstall-v2.0.4rc4-x86_64.tar.gz archinstall-v2.0.4rc4-x86_64
makepkg -f
python3 setup.py sdist bdist_wheel