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/rpm/Makefile | |
parent | c54331fa3d9597ba6bc85e7b7242981f00ed25c2 (diff) | |
download | unit-73c6c8a7f7cae0ef18131c6db000bffd82ce9593.tar.gz unit-73c6c8a7f7cae0ef18131c6db000bffd82ce9593.tar.bz2 |
Packages: added unitc and setup-unit.
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r-- | pkg/rpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 0aa6beb2..584f2d3a 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -192,7 +192,8 @@ endif rpmbuild/SOURCES/unit-$(VERSION).tar.gz: cd ../.. && tar -czf pkg/rpm/rpmbuild/SOURCES/unit-$(VERSION).tar.gz \ --transform "s#^#unit-$(VERSION)/#" \ - 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 unit: check-build-depends-unit rpmbuild/SPECS/unit.spec rpmbuild/SOURCES/unit-$(VERSION).tar.gz @echo "===> Building $@ package" ; \ |