make tar verbose
This commit is contained in:
parent
5f6ad4bd16
commit
339d51ed31
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ cp $LAUNCHER_SCRIPT $_EXTRACTED_TARBALL_FOLDER/launch_librewolf.sh;
|
||||||
|
|
||||||
# Repacks the binary tarball
|
# Repacks the binary tarball
|
||||||
printf "\nRecompressing binary tarball\n";
|
printf "\nRecompressing binary tarball\n";
|
||||||
tar -jcf $BINARY_TARBALL $_EXTRACTED_TARBALL_FOLDER;
|
tar -jvcf $BINARY_TARBALL $_EXTRACTED_TARBALL_FOLDER;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue