mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/posixovl: 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:
parent
85100cdfd1
commit
e148bdfd16
2 changed files with 3 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue