Skip to content

Commit

Permalink
jdk: Add version 9.0.1
Browse files Browse the repository at this point in the history
[Put Java 9 first under `/pkg`.][1]

[1]: mariux64/bee-files#545
  • Loading branch information
pmenzel committed Dec 11, 2017
1 parent 0fe2c8e commit 03607a1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jdk-9.0.1-0.build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#! /bin/sh

set -xe

PKG=jdk
VERSION=9.0.1
BUILD=0

PREFIX=/pkg/jdk-$VERSION-$BUILD

cd $PREFIX

tar xv --strip-components=1 -f /src/mariux/download/jdk-${VERSION}_linux-x64_bin.tar.gz

cat >$PREFIX/profile <<-EOF
PATH=$PREFIX/bin:\$PATH
EOF

0 comments on commit 03607a1

Please sign in to comment.