boot: Update shell script version and remove makeWrapper usage

This commit is contained in:
Ragnar Dahlén
2016-01-04 17:23:45 +00:00
parent fde89b6762
commit a25bfab690
2 changed files with 6 additions and 8 deletions
@@ -8,6 +8,6 @@ chmod -v 755 $boot_bin
patchShebangs $boot_bin
wrapProgram $boot_bin \
--set JAVA_HOME "${jdk}" \
--prefix PATH ":" "${jdk}/bin"
sed -i \
-e "s;\${BOOT_JAVA_COMMAND:-java};\${BOOT_JAVA_COMMAND:-${jdk}/bin/java};g" \
$boot_bin