summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-10-08 22:09:07 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-10-08 22:09:07 +0200
commit6411bd0fbd8fbb71af2928d342688dffba55af9b (patch)
tree183f4708515addf9379d69f7a3506163390fd7bd
parent938cb2af518c7225462cc9a00a1809f597e61356 (diff)
downloadzsh-6411bd0fbd8fbb71af2928d342688dffba55af9b.tar.gz
zsh-6411bd0fbd8fbb71af2928d342688dffba55af9b.zip
Workflow: streamline for copy&paste commands
-rw-r--r--debian/pkg-zsh-workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index e6f6baa3f..52afeb629 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -238,8 +238,8 @@ enforced as follows:
### Create the fake orig tar ball (until we can work with upstream's tarball)
- % git archive --format=tar --output=../zsh_$version.orig.tar \
- --prefix=zsh-$version/ zsh-$version
+ % version=5.0.7
+ % git archive --format=tar --output=../zsh_$version.orig.tar --prefix=zsh-$version/ zsh-$version
% xz -7vf ../zsh_$version.orig.tar
### Remove all quilt patches which are applied upstream