diff options
Diffstat (limited to 'source/n/epic5/epic5.SlackBuild')
-rwxr-xr-x | source/n/epic5/epic5.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild index 7a8943b4..698d78a6 100755 --- a/source/n/epic5/epic5.SlackBuild +++ b/source/n/epic5/epic5.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=epic5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} EPICVER=5 HELPFILE=current -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} ## 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. @@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --with-tcl=/usr/lib${LIBDIRSUFFIX}/tclConfig.sh \ + --mandir=/usr/man \ $RUBY_OPTION \ --build=$ARCH-slackware-linux || exit 1 |