diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-03-30 16:03:41 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-03-30 16:03:41 -0700 |
commit | 73c6c8a7f7cae0ef18131c6db000bffd82ce9593 (patch) | |
tree | 53484adedb5cc55e0723f773f9f16b7429bb6400 /pkg/deb/Makefile | |
parent | c54331fa3d9597ba6bc85e7b7242981f00ed25c2 (diff) | |
download | unit-73c6c8a7f7cae0ef18131c6db000bffd82ce9593.tar.gz unit-73c6c8a7f7cae0ef18131c6db000bffd82ce9593.tar.bz2 |
Packages: added unitc and setup-unit.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r-- | pkg/deb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index fc631c6d..c7c36bf7 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -199,7 +199,8 @@ 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.md CONTRIBUTING.md configure auto src test version go pkg/contrib docs/man/unitd.8.in + LICENSE NOTICE CHANGES README.md CONTRIBUTING.md configure auto src \ + test tools version go pkg/contrib docs/man/unitd.8.in mv debuild/$(SRCDIR).tar.gz debuild/unit_$(VERSION).orig.tar.gz cd debuild && tar zxf unit_$(VERSION).orig.tar.gz |