diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 97bf9769d..2cf21e38b 100755 --- a/debian/rules +++ b/debian/rules @@ -236,7 +236,7 @@ binary-arch: binary-arch-dynamic binary-arch-static binary-arch-dev binary: binary-indep binary-arch binary-arch-static binary-arch-dev -get-orig-source: version=$(shell git describe --tags --abbrev=0 --match='zsh-*' | sed -e 's/^zsh-//') +get-orig-source: version=$(shell git describe --tags --match='zsh-*' upstream | sed -e 's/^zsh-//') get-orig-source: git archive --format=tar --output=../zsh_$(version).orig.tar --prefix=zsh-$(version)/ zsh-$(version) xz -7v ../zsh_$(version).orig.tar |