mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/regina-rexx: Fix rc script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c0b0a3015
commit
a08d8dd0a6
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@ rxstack_restart() {
|
|||
rxstack_stop
|
||||
sleep 1
|
||||
rxstack_start
|
||||
RETVAL=$?
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
PRGNAM=regina-rexx
|
||||
VERSION=${VERSION:-3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
FLAVOR=${FLAVOR:-dynamic} # set FLAVOR=static for a rexx static binary.
|
||||
|
||||
|
|
Loading…
Reference in a new issue