switch pkg.tar.xz to pkg.tar.lz
This commit is contained in:
parent
455b86b1a4
commit
c80f9e11a1
1 changed files with 2 additions and 2 deletions
4
howto.md
4
howto.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue