diff options
author | Andrei Belov <defan@nginx.com> | 2019-03-01 18:45:22 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-03-01 18:45:22 +0300 |
commit | 557a792b33f0cc2fd0bc36c164b6d46a564712ea (patch) | |
tree | 4d157f539abfa9d6ccd66baee778b4a2651c528e /pkg/rpm | |
parent | df02b03824065389c73213b19736140442cf63bc (diff) | |
download | unit-557a792b33f0cc2fd0bc36c164b6d46a564712ea.tar.gz unit-557a792b33f0cc2fd0bc36c164b6d46a564712ea.tar.bz2 |
Packages: fixed building of unit-jsc11 rpm.
Diffstat (limited to 'pkg/rpm')
-rw-r--r-- | pkg/rpm/Makefile.jsc11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile.jsc11 b/pkg/rpm/Makefile.jsc11 index 1dadaba0..b32c4a86 100644 --- a/pkg/rpm/Makefile.jsc11 +++ b/pkg/rpm/Makefile.jsc11 @@ -28,7 +28,7 @@ define MODULE_PREINSTALL_jsc11 %{__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/ + %{buildroot}%{_datadir}/doc/unit-jsc11/ endef export MODULE_PREINSTALL_jsc11 |