diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/Makefile.jsc11 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/rpm/Makefile.jsc11 b/pkg/rpm/Makefile.jsc11 index d0f80b9b..1dadaba0 100644 --- a/pkg/rpm/Makefile.jsc11 +++ b/pkg/rpm/Makefile.jsc11 @@ -27,6 +27,8 @@ define MODULE_PREINSTALL_jsc11 %{buildroot}%{_datadir}/doc/unit-jsc11/examples/jsc-app/index.jsp %{__install} -m 644 -p %{SOURCE101} \ %{buildroot}%{_datadir}/doc/unit-jsc11/examples/unit.config +%{__install} -m 644 -p %{bdir}/src/java/README.JSR-340 \ + %{buildroot}%{_datadir}/doc/unit-jsc8/ endef export MODULE_PREINSTALL_jsc11 @@ -59,6 +61,8 @@ To check out the sample app, run these commands: Online documentation is available at https://unit.nginx.org +`cat /usr/share/doc/unit-jsc11/README.JSR-340` + ---------------------------------------------------------------------- BANNER endef |