system/suckless-tools: Align with template.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-02-14 02:51:19 -05:00 committed by Willy Sudiarto Raharjo
parent e8cc2ce450
commit 41878053fe
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,6 @@
# 20210823 bkw: note to self: don't try to upgrade lsw to 0.3. It
# doesn't actually work (0.2 does).
PROGS="lsw lsx sprop sselp ssid swarp wmname xssstate"
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=suckless-tools
@ -19,6 +17,8 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
PROGS="lsw lsx sprop sselp ssid swarp wmname xssstate"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;