mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/java7-openjdk fix
This commit is contained in:
parent
228ad932b5
commit
eae844af8c
1 changed files with 0 additions and 3 deletions
|
@ -329,9 +329,6 @@ package_jdk7-openjdk() {
|
|||
install -m755 "${srcdir}/${pkgname}.profile" "${pkgdir}/etc/profile.d/jdk.sh"
|
||||
install -m755 "${srcdir}/${pkgname}.profile.csh" "${pkgdir}/etc/profile.d/jdk.csh"
|
||||
|
||||
# Temporarily fixing FS#35141
|
||||
chmod go+r "${pkgdir}${_jvmdir}/lib/sa-jdi.jar"
|
||||
|
||||
# link license
|
||||
install -d -m755 "${pkgdir}/usr/share/licenses"
|
||||
ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
|
|
Loading…
Reference in a new issue