switch pkg.tar.xz to pkg.tar.lz

This commit is contained in:
joborun linux 2023-03-27 17:21:02 +00:00
parent 455b86b1a4
commit c80f9e11a1

View file

@ -55,7 +55,7 @@ Simply: sh key
To build the package run [[/usr/local/bin/mkpkg|scripts.md]] (which is a modified way of running makepkg without risking of overexerting your machine)
The package should be produced: as pkgname-pkgver-x86_64.pkg.tar.xz
The package should be produced: as pkgname-pkgver-x86_64.pkg.tar.lz
If this is a jobcore pkg, move it to /var/cache/jobcore
@ -80,7 +80,7 @@ cat note # this will only exist if special instructions are needed or somthi
sh key
depS
mkpkg
sudo mv pkgname*.pkg.tar.xz /var/cache/job..../
sudo mv pkgname*.pkg.tar.lz /var/cache/job..../
sh clean
depR
</pre>