mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
fix mans extensions
ROSA uses *.xz, not *.gz, there were broken symlinks: $ file /etc/alternatives/java.1.gz /etc/alternatives/java.1.gz: broken symbolic link to /usr/share/man/man1/java-java-1.8.0-openjdk-1.8.0.252.b02-0.1.ea.x86_64.1.gz
This commit is contained in:
parent
7d90702f0c
commit
57bcc7e82e
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ if [ "%{?1}" == %{debug_suffix} ]; then
|
|||
let PRIORITY=PRIORITY-1
|
||||
fi
|
||||
|
||||
ext=.gz
|
||||
ext=%{_extension}
|
||||
alternatives \\
|
||||
--install %{_bindir}/java java %{jrebindir -- %{?1}}/java $PRIORITY --family %{name}.%{_arch} \\
|
||||
--slave %{_jvmdir}/jre jre %{_jvmdir}/%{sdkdir -- %{?1}} \\
|
||||
|
|
Loading…
Add table
Reference in a new issue