summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-02-26 14:53:28 +0300
committerAndrei Belov <defan@nginx.com>2019-02-26 14:53:28 +0300
commitaa7478267aa53667a29a021ddc0d425cf877b89e (patch)
tree8f1cfd3e20150dc25e3df6891bed68a162b2bbff /pkg/deb/Makefile
parent79e3185f3318654285766d849c0c06d713517251 (diff)
downloadunit-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/Makefile2
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