Browse Source

do not install the meta files from the FreeBSD port

master
parent
commit
7df4bfaddf
  1. 3
      j2se/j2se.spec

3
j2se/j2se.spec

@ -42,7 +42,7 @@ Distribution: OpenPKG [EVAL]
Group: Language
License: Commercial
Version: %{V_openpkg}
Release: 20030703
Release: 20030706
# package options
%option with_native yes
@ -101,6 +101,7 @@ Conflicts: j2se14
%if "%{with_native}" == "yes"
%{l_gzip} -d -c %{SOURCE jdk-%{V_bsd_dist}.tgz} | %{l_tar} xf -
mv jdk%{V_bsd_fsys} %{name}
rm -f %{name}/+[A-Z]*
%else
echo "yes" | sh %{SOURCE j2sdk-%{V_lnx_dist}-linux-i586.bin} >/dev/null
mv jdk%{V_lnx_fsys} %{name}

Loading…
Cancel
Save