diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2019-09-28 07:57:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 07:57:39 +0700 |
commit | 672941c0971174d542b1fa2748517ef5d5a71604 (patch) | |
tree | c9991b52ca7aac4248b0836c25f03ad6d112c6de /perl | |
parent | 180e9cb8f5f65eaf95974199af110fd4543fd33f (diff) | |
download | slackbuilds-672941c0971174d542b1fa2748517ef5d5a71604.tar.gz |
perl/perl-Clone: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Clone/perl-Clone.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Clone/perl-Clone.SlackBuild b/perl/perl-Clone/perl-Clone.SlackBuild index 3762a34f8e..980d8eafe7 100644 --- a/perl/perl-Clone/perl-Clone.SlackBuild +++ b/perl/perl-Clone/perl-Clone.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Clone -# 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-Clone VERSION=${VERSION:-0.42} -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 README \ + Changes README* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |