summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/wterm/wterm.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/wterm/wterm.SlackBuild b/system/wterm/wterm.SlackBuild
index 613444f8ab..385a9738c6 100644
--- a/system/wterm/wterm.SlackBuild
+++ b/system/wterm/wterm.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=wterm
VERSION=${VERSION:-6.2.9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -72,6 +72,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
+ --prefix=/usr \
--enable-utmp \
--enable-wtmp \
--enable-menubar \