jre: fix up installing files from FILESDIR.
This commit is contained in:
parent
a0239cd14c
commit
a6e57b86cf
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ do_install()
|
|||
vmkdir etc/.java/.systemPrefs
|
||||
|
||||
# For system environment vars and desktop extra shortcut
|
||||
vinstall jre.sh 644 etc/profile.d
|
||||
vinstall java-policy-settings.desktop 644 usr/share/applications
|
||||
vinstall ${FILESDIR}/jre.sh 644 etc/profile.d
|
||||
vinstall ${FILESDIR}/java-policy-settings.desktop 644 usr/share/applications
|
||||
|
||||
# Install JRE
|
||||
vmkdir opt/java/jre
|
||||
|
|
Loading…
Reference in a new issue