summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2023-02-14 08:29:32 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:07:08 +0100
commite148bdfd16958217421b525a25886a1f0c04fccd (patch)
tree014540ab63e662aa8fbf7752fe4da5e02436a1a9
parent85100cdfd1b56d247e771e76bec0750b4c2fc9a0 (diff)
downloadslackbuilds-e148bdfd16958217421b525a25886a1f0c04fccd.tar.gz
system/posixovl: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--misc/po4a/po4a.SlackBuild4
-rw-r--r--system/posixovl/posixovl.SlackBuild4
2 files changed, 3 insertions, 5 deletions
diff --git a/misc/po4a/po4a.SlackBuild b/misc/po4a/po4a.SlackBuild
index 90f406e92e..2ce71e2e58 100644
--- a/misc/po4a/po4a.SlackBuild
+++ b/misc/po4a/po4a.SlackBuild
@@ -19,11 +19,11 @@
# - ARCH=noarch.
# - run the tests if TESTS=yes, as user nobody so they actually work.
+cd $(dirname $0) ; CWD=$(pwd)
+
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
-cd $(dirname $0) ; CWD=$(pwd)
-
PRGNAM=po4a
VERSION=${VERSION:-0.69}
BUILD=${BUILD:-1}
diff --git a/system/posixovl/posixovl.SlackBuild b/system/posixovl/posixovl.SlackBuild
index 9512761dda..be8ae05e66 100644
--- a/system/posixovl/posixovl.SlackBuild
+++ b/system/posixovl/posixovl.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
#
# Slackware build script for posixovl
#
@@ -29,8 +29,6 @@
# top-level directory now has the version number in it). Also, fix
# compliation on 15.0 and stop installing the install instructions.
-set -e
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=posixovl