summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-03-01 18:45:22 +0300
committerAndrei Belov <defan@nginx.com>2019-03-01 18:45:22 +0300
commit557a792b33f0cc2fd0bc36c164b6d46a564712ea (patch)
tree4d157f539abfa9d6ccd66baee778b4a2651c528e /pkg
parentdf02b03824065389c73213b19736140442cf63bc (diff)
downloadunit-557a792b33f0cc2fd0bc36c164b6d46a564712ea.tar.gz
unit-557a792b33f0cc2fd0bc36c164b6d46a564712ea.tar.bz2
Packages: fixed building of unit-jsc11 rpm.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/rpm/Makefile.jsc112
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