summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-03-30 16:03:41 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-03-30 16:03:41 -0700
commit73c6c8a7f7cae0ef18131c6db000bffd82ce9593 (patch)
tree53484adedb5cc55e0723f773f9f16b7429bb6400 /pkg/rpm/Makefile
parentc54331fa3d9597ba6bc85e7b7242981f00ed25c2 (diff)
downloadunit-73c6c8a7f7cae0ef18131c6db000bffd82ce9593.tar.gz
unit-73c6c8a7f7cae0ef18131c6db000bffd82ce9593.tar.bz2
Packages: added unitc and setup-unit.
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r--pkg/rpm/Makefile3
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" ; \