summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Yanes Checcacci Balod2014-02-19 04:29:32 +0100
committer Erik Hanson2014-02-21 21:41:02 +0100
commit7d5421a1989feb841f3ca4f083fed1e6d437b251 (patch)
treeecd1ce16b7dd274f28a161a08602588cba08d8d8
parentb83cf584772d832f633386df2031833c02006bc4 (diff)
downloadslackbuilds-7d5421a1989feb841f3ca4f083fed1e6d437b251.tar.gz
system/wterm: Added prefix.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 \