aboutsummaryrefslogtreecommitdiffstats
path: root/community/openjdk8
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-03-26 11:10:45 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2017-03-26 11:10:45 +0000
commit9489cb340508ddd5c6890f3e6c0bb91b94ac9b2b (patch)
treeaad86bee45a91c3bb3d8da7e297e6d8810179d76 /community/openjdk8
parent0722b351e9d6ba1c35de0fba065386e7a355edbb (diff)
downloadaports-9489cb340508ddd5c6890f3e6c0bb91b94ac9b2b.tar.bz2
aports-9489cb340508ddd5c6890f3e6c0bb91b94ac9b2b.tar.xz
community/openjdk8: do not halt on removal of missing file
Diffstat (limited to 'community/openjdk8')
-rw-r--r--community/openjdk8/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openjdk8/APKBUILD b/community/openjdk8/APKBUILD
index b12e86dc40..c5bc89754b 100644
--- a/community/openjdk8/APKBUILD
+++ b/community/openjdk8/APKBUILD
@@ -158,7 +158,7 @@ package() {
# This archive contains absolute paths from the build environment,
# so it does not work on the target system. User can generate it
# running `java -Xshare:dump`.
- rm "$pkgdir"/$_jrelib/server/classes.jsa || true
+ rm -f "$pkgdir"/$_jrelib/server/classes.jsa
# pax mark again (due to fakeroot xattr handling bug)
./pax-mark-vm "$pkgdir"/$_java_home true || return 1