From aa7478267aa53667a29a021ddc0d425cf877b89e Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Tue, 26 Feb 2019 14:53:28 +0300 Subject: Packages: yet another fix added, missed in a7af31b69692. --- pkg/deb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/deb') 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 -- cgit