summaryrefslogtreecommitdiffstats
path: root/source/e/emacspeak/emacspeak.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/e/emacspeak/emacspeak.SlackBuild')
-rwxr-xr-xsource/e/emacspeak/emacspeak.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/e/emacspeak/emacspeak.SlackBuild b/source/e/emacspeak/emacspeak.SlackBuild
index 7cdb21ce2..7c45f0ffb 100755
--- a/source/e/emacspeak/emacspeak.SlackBuild
+++ b/source/e/emacspeak/emacspeak.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2006, 2008, 2010, 2011, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2008, 2010, 2011, 2020, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=emacspeak
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -89,8 +89,7 @@ find . \
find . -xtype l -exec rm -f {} \;
# Compile the main program against Emacs:
-make config
-make emacspeak
+make config && make
if [ ! -r info/emacspeak.info ]; then
makeinfo -o info/ info/emacspeak.texi
fi