summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-10-08 22:07:39 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-10-08 22:07:39 +0200
commit938cb2af518c7225462cc9a00a1809f597e61356 (patch)
treebbcb92c2e5b51ea359756a8cfd25300904e83bc0
parente6df80c67e13e8fbda8593f07dc51d0228664b04 (diff)
downloadzsh-938cb2af518c7225462cc9a00a1809f597e61356.tar.gz
zsh-938cb2af518c7225462cc9a00a1809f597e61356.zip
Workflow: Use xz instead bzip2
-rw-r--r--debian/pkg-zsh-workflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 1d621a0b1..e6f6baa3f 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -240,7 +240,7 @@ enforced as follows:
% git archive --format=tar --output=../zsh_$version.orig.tar \
--prefix=zsh-$version/ zsh-$version
- % bzip2 -9v ../zsh_$version.orig.tar
+ % xz -7vf ../zsh_$version.orig.tar
### Remove all quilt patches which are applied upstream