diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:43:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:43:54 -0600 |
commit | 3c6ae364e6877ea3fe997e7ff36bd596dc2f9dd7 (patch) | |
tree | ca6d4d58eff46dadfa89cc651fc555251e871a42 /python/python3-tornado | |
parent | 5ae57533f66a7dffdb49cfe9450915c7e2733210 (diff) |
python/python3-tornado: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/python3-tornado')
-rw-r--r-- | python/python3-tornado/python3-tornado.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild index f8fc70ac1882..22babf349bda 100644 --- a/python/python3-tornado/python3-tornado.SlackBuild +++ b/python/python3-tornado/python3-tornado.SlackBuild @@ -22,12 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=tornado -PRGNAM=python3-$SRCNAM +PRGNAM=python3-tornado VERSION=${VERSION:-6.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=tornado + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; |