summaryrefslogtreecommitdiffstats
path: root/source/n/epic5/epic5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/epic5/epic5.SlackBuild')
-rwxr-xr-xsource/n/epic5/epic5.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild
index f89eb837a..7a8943b4c 100755
--- a/source/n/epic5/epic5.SlackBuild
+++ b/source/n/epic5/epic5.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2013, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,11 +26,12 @@ PKGNAM=epic5
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
EPICVER=5
HELPFILE=current
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
-# Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible.
-# Patches to fix this are welcome, otherwise we'll keep an eye on upstream.
-RUBY_OPTION=${RUBY_OPTION:---without-ruby}
+## Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible.
+## Patches to fix this are welcome, otherwise we'll keep an eye on upstream.
+## NOTE: Commenting this out since ruby-2.7.1 is working.
+#RUBY_OPTION=${RUBY_OPTION:---without-ruby}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then