diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:43 +0700 |
commit | df907fd59b0c37d958367d06330240e498d67404 (patch) | |
tree | d57dd53882e49666e57e858747552046419e4dd3 | |
parent | 7769db91f6444cc649859288f41a8984be9d304d (diff) |
office/python3-xlsx2csv: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild b/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild index a811c0d17228..dc27d2b08ced 100644 --- a/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild +++ b/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xlsx2csv -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.7.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |