Packages: added unitc and setup-unit.

This commit is contained in:
Konstantin Pavlov
2023-03-30 16:03:41 -07:00
parent c54331fa3d
commit 73c6c8a7f7
5 changed files with 15 additions and 2 deletions

View File

@@ -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" ; \