perl/perl-Moose: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jan F. Chadima 2019-09-28 09:07:04 +07:00 committed by Willy Sudiarto Raharjo
parent b73635f672
commit f9eaee2694
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for perl-Moose
# Copyright 2018 Jan F. Chadima <jfch@jagda.eu>
# Copyright 2018-2019 Jan F. Chadima <jfch@jagda.eu>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=perl-Moose
VERSION=${VERSION:-2.2011}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
@ -91,7 +91,7 @@ find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
Changes* LICENSE README* \
Changes* LICENSE README* TODO* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild