aboutsummaryrefslogtreecommitdiff
path: root/development/samurai/samurai.SlackBuild
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2021-01-05 06:44:41 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-09 14:30:38 +0700
commit3da1fdd4c34832cd8f6549f03d9c1edaff8b2f75 (patch)
tree13f9692b9b14fb1ad77c462058a42a2be645523c /development/samurai/samurai.SlackBuild
parentc44bdc55765af8049b4a6175df37e095ff6a1031 (diff)
downloadslackbuilds-3da1fdd4c34832cd8f6549f03d9c1edaff8b2f75.tar.xz
development/samurai: Updated for version 1.2.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/samurai/samurai.SlackBuild')
-rw-r--r--development/samurai/samurai.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/development/samurai/samurai.SlackBuild b/development/samurai/samurai.SlackBuild
index 19d1d9623f25..8d505c095fea 100644
--- a/development/samurai/samurai.SlackBuild
+++ b/development/samurai/samurai.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for samurai
-# Copyright 2018-2020 Hunter Sezen California, USA
+# Copyright 2018-2021 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=samurai
-VERSION=${VERSION:-1.1}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,9 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-make CFLAGS="$SLKCFLAGS"
-
make install \
+ CFLAGS="$SLKCFLAGS" \
PREFIX=/usr \
MANDIR=/usr/man \
DESTDIR=$PKG