diff options
author | Andrei Belov <defan@nginx.com> | 2019-02-26 14:53:28 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-02-26 14:53:28 +0300 |
commit | aa7478267aa53667a29a021ddc0d425cf877b89e (patch) | |
tree | 8f1cfd3e20150dc25e3df6891bed68a162b2bbff /pkg/deb/Makefile | |
parent | 79e3185f3318654285766d849c0c06d713517251 (diff) | |
download | unit-aa7478267aa53667a29a021ddc0d425cf877b89e.tar.gz unit-aa7478267aa53667a29a021ddc0d425cf877b89e.tar.bz2 |
Packages: yet another fix added, missed in a7af31b69692.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r-- | pkg/deb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index 29792f90..ffd9aa2e 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -170,7 +170,7 @@ endif debuild/unit_$(VERSION).orig.tar.gz: | debuild/$(SRCDIR)/debian cd ../.. && tar -czf pkg/deb/debuild/$(SRCDIR).tar.gz \ --transform "s#^#$(SRCDIR)/#" \ - LICENSE NOTICE CHANGES README configure auto src test + LICENSE NOTICE CHANGES README configure auto src test version mv debuild/$(SRCDIR).tar.gz debuild/unit_$(VERSION).orig.tar.gz cd debuild && tar zxf unit_$(VERSION).orig.tar.gz |