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