diff options
author | Andrei Belov <defan@nginx.com> | 2018-03-01 23:03:03 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-03-01 23:03:03 +0300 |
commit | 49c58909add5f45db093e57b5094a8780d5cc9a4 (patch) | |
tree | 8275b5eba631bb00aff247b204ca594d544b975d | |
parent | 5d5117ce3487f5925f4b8e3934b70d140c4f2e0a (diff) | |
download | unit-49c58909add5f45db093e57b5094a8780d5cc9a4.tar.gz unit-49c58909add5f45db093e57b5094a8780d5cc9a4.tar.bz2 |
Packages: include unit.spec under specs target.
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 05628243..7f4975cf 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -59,7 +59,7 @@ all: check-build-depends-all unit modules modules: $(addprefix unit-, $(MODULES)) -specs: $(addsuffix .spec, $(addprefix rpmbuild/SPECS/unit-, $(MODULES))) +specs: rpmbuild/SPECS/unit.spec $(addsuffix .spec, $(addprefix rpmbuild/SPECS/unit-, $(MODULES))) check-build-depends-%: @{ \ |