Skip to content

Commit

Permalink
Merge pull request #10 from mariux64/add-jdk-9.0.1
Browse files Browse the repository at this point in the history
Add JDK 9.0.1
  • Loading branch information
donald authored Dec 11, 2017
2 parents dfa6538 + 03607a1 commit 6a3891f
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 6a3891f

Please sign in to comment.