diff options
author | Igor Alexandrov <igor.alexandrov@outlook.com> | 2020-04-24 07:45:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 07:45:38 +0700 |
commit | 651fcb4a5f3c8b163358d9c3658193db38d0e274 (patch) | |
tree | 964cc81bbac081047d715b519ad2e7222bb9f4ac /development/jdk13/jdk13.SlackBuild | |
parent | 5e7f8fe9547a7c5a60877c84cad848b70eb51e26 (diff) |
development/jdk13: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk13/jdk13.SlackBuild')
-rw-r--r-- | development/jdk13/jdk13.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/development/jdk13/jdk13.SlackBuild b/development/jdk13/jdk13.SlackBuild index d914c5c2a279f..e79463eedf4a3 100644 --- a/development/jdk13/jdk13.SlackBuild +++ b/development/jdk13/jdk13.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/sh -eu # Slackware build script for jdk13 -# Copyright 2019 2020 Igor Alexandrov <igora.vault@gmail.com> +# Copyright 2019, 2020 Igor Alexandrov <igor.alexandrov@outlook.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -46,8 +46,6 @@ if [ "$ARCH" != "x86_64" ]; then fi LIBDIRSUFFIX=64 -set -e - rm -rf $PKG mkdir -p $TMP $OUTPUT \ $PKG/{install,etc/profile.d,usr/{bin,lib${LIBDIRSUFFIX},doc/$PRGNAM-$VERSION,man/man1}} |