Packages: yet another fix added, missed in a7af31b69692.

This commit is contained in:
Andrei Belov
2019-02-26 14:53:28 +03:00
parent 79e3185f33
commit aa7478267a

View File

@@ -170,7 +170,7 @@ endif
debuild/unit_$(VERSION).orig.tar.gz: | debuild/$(SRCDIR)/debian debuild/unit_$(VERSION).orig.tar.gz: | debuild/$(SRCDIR)/debian
cd ../.. && tar -czf pkg/deb/debuild/$(SRCDIR).tar.gz \ cd ../.. && tar -czf pkg/deb/debuild/$(SRCDIR).tar.gz \
--transform "s#^#$(SRCDIR)/#" \ --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 mv debuild/$(SRCDIR).tar.gz debuild/unit_$(VERSION).orig.tar.gz
cd debuild && tar zxf unit_$(VERSION).orig.tar.gz cd debuild && tar zxf unit_$(VERSION).orig.tar.gz