mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/java8-openjdk to 8.332.u04-1
This commit is contained in:
parent
91ce54517b
commit
c8fb6cc1b9
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ pkgbase=java8-openjdk
|
|||
|
||||
_majorver=8
|
||||
_minorver=332
|
||||
_updatever=03
|
||||
_updatever=04
|
||||
pkgver=${_majorver}.${_minorver}.u${_updatever}
|
||||
pkgrel=1
|
||||
_git_tag=jdk${_majorver}u${_minorver}-b${_updatever}
|
||||
|
@ -145,6 +145,8 @@ package_jre8-openjdk-headless() {
|
|||
install -d -m 755 "${pkgdir}${_jvmdir}/jre/"
|
||||
cp -a bin lib "${pkgdir}${_jvmdir}/jre"
|
||||
|
||||
cp ../release "${pkgdir}${_jvmdir}" # FS#52692
|
||||
|
||||
# Set config files
|
||||
mv "${pkgdir}${_jvmdir}"/jre/lib/management/jmxremote.password{.template,}
|
||||
mv "${pkgdir}${_jvmdir}"/jre/lib/management/snmp.acl{.template,}
|
||||
|
|
Loading…
Reference in a new issue