summaryrefslogtreecommitdiff
path: root/openjdk8
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2018-03-30 01:19:23 -0400
committerJohn Vogel <jvogel4@stny.rr.com>2018-03-30 01:21:29 -0400
commite755bd6d7d75692098f32147727565417a3ae3e0 (patch)
treec12e0e068c5170603a7ffbc4e676650c6c30ced6 /openjdk8
parentfc10dd0e6b7bef42dd0b9a39ac732bd8281b8a36 (diff)
downloadcontrib-e755bd6d7d75692098f32147727565417a3ae3e0.tar.gz
contrib-e755bd6d7d75692098f32147727565417a3ae3e0.tar.xz
openjdk8: fix conditional
Diffstat (limited to 'openjdk8')
-rw-r--r--openjdk8/.Pkgfile.swpbin16384 -> 0 bytes
-rw-r--r--openjdk8/.signature4
-rw-r--r--openjdk8/Pkgfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/openjdk8/.Pkgfile.swp b/openjdk8/.Pkgfile.swp
deleted file mode 100644
index 02819414e..000000000
--- a/openjdk8/.Pkgfile.swp
+++ /dev/null
Binary files differ
diff --git a/openjdk8/.signature b/openjdk8/.signature
index 2bed94668..b340fea51 100644
--- a/openjdk8/.signature
+++ b/openjdk8/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3w2+hp0TEw9IoL20KW/PhhDe/D2iXuv9VPM0IVWVYTzGUdHI/Yj4zddgt5RAZMPz77jfgZQbw4WRSHSmIx9eVgc=
-SHA256 (Pkgfile) = 37cdc1b116dbd62969b49808484799817b47f61c6d14014f2a6c39bea41a3f2b
+RWSagIOpLGJF3/RCHkI4WYTw4TCnCEKnwfRhdwfHTYM0DOv3cw7qs3gRsmFRg/z8oUFx7UNqPqYqioZW43gX2OYMM17t2FrgRQY=
+SHA256 (Pkgfile) = 529d17525704049747b358fbc06c72789cf5ea5963b9d4188d70db75008f3e03
SHA256 (.footprint) = fd6b80c3b2a7306f2b3e85653ad0d7fdcb5062901a15c00fe393ffd6a7c36e23
SHA256 (icedtea-3.7.0.tar.xz) = bc50a4df0e9f81cb58e0e0cbd10bc7efda4f7ff11026b43d3b9ab19b91fdd827
SHA256 (corba-8u161-b12.tar.xz) = 503d75ff849219ae341f1fc2dc4dbac7c68dd4d92988d6c1f12ca502fe27aa86
diff --git a/openjdk8/Pkgfile b/openjdk8/Pkgfile
index f2477c1ef..a60cf0df8 100644
--- a/openjdk8/Pkgfile
+++ b/openjdk8/Pkgfile
@@ -39,7 +39,7 @@ build() {
# Use --enable-ccache instead of providing a wrapped compiler.
# NOTE: the check for usr/bin/ccache may be too specific, since it rules out
# local or opt installs.
- if [ -e '/usr/bin/ccache' ] && [ "$PATH" =~ /ccache ]; then
+ if [ -e '/usr/bin/ccache' ] && [[ "$PATH" =~ /ccache ]]; then
EXTRA_OPTIONS='--enable-ccache'
PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')
fi

Generated by cgit