mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Add missing -j flag to the archive script
[ci skip]
This commit is contained in:
parent
799885ad24
commit
b70d11fb6f
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ PREFIX=$(basename "$(pwd -P)")
|
||||||
git ls-files
|
git ls-files
|
||||||
git submodule foreach --recursive --quiet \
|
git submodule foreach --recursive --quiet \
|
||||||
'git ls-files --with-tree="$sha1" | sed "s#^#$path/#"'
|
'git ls-files --with-tree="$sha1" | sed "s#^#$path/#"'
|
||||||
} | sed "s#^#$PREFIX/#" | xargs tar -c -C.. -f "$PREFIX.tar.bz2" --
|
} | sed "s#^#$PREFIX/#" | xargs tar -c -j -C.. -f "$PREFIX.tar.bz2" --
|
||||||
|
|
Loading…
Reference in a new issue