diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 02:51:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:10 +0700 |
commit | 41878053fe3341762d11fe9f460eb1ae9e5b0951 (patch) | |
tree | c7ae9384de4ea153f9ba5132560dd063349f30b6 /system | |
parent | e8cc2ce4509e7fdc2f4a745be66fb051531d6818 (diff) |
system/suckless-tools: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/suckless-tools/suckless-tools.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/suckless-tools/suckless-tools.SlackBuild b/system/suckless-tools/suckless-tools.SlackBuild index 2516818f7ab2..b0e5252ed7c8 100644 --- a/system/suckless-tools/suckless-tools.SlackBuild +++ b/system/suckless-tools/suckless-tools.SlackBuild @@ -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 ;; |