mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-autocommand: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
19b81d6c33
commit
208138b4d6
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-autocommand
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
Loading…
Reference in a new issue