academic/samtools-legacy: Fixed PRGNAM in build script.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
B. Watson 2020-01-03 01:48:19 -05:00 committed by Robby Workman
parent 0d1a2b0589
commit ba9d110379

View file

@ -25,13 +25,14 @@
# With help about the install paths from Arch Linux AUR:
# https://aur.archlinux.org/packages/sa/samtools/PKGBUILD
SRCNAM=samtools
SUFFIX=legacy
PRGNAM=${SRCNAM}-${SUFFIX}
PRGNAM=samtools-legacy
VERSION=${VERSION:-0.1.19}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=samtools
SUFFIX=legacy
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;