perl/perl-PHP-Serialization: Fixed PRGNAM in build script

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2020-01-03 01:52:02 -06:00
parent 6cee71a143
commit 7be0ac03b8
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for perl-PHP-Serialization
# Copyright 2010 V'yacheslav Stetskevych
# All rights reserved.
#
@ -23,12 +24,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=PHP-Serialization
PRGNAM=perl-$SRCNAM
PRGNAM=perl-PHP-Serialization
VERSION=${VERSION:-0.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=PHP-Serialization
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;