diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-11-02 23:12:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:30:02 +0700 |
commit | 91a3446c4168b60e07292b67b36b1c2ed39ebe7c (patch) | |
tree | 234a999869ed991f07ae3f1dffbc5516d6ae850c /perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | |
parent | d82b06ef159f2083c3c339e5deb476a96a05585a (diff) |
perl/perl-Exception-Class: Updated for version 1.39.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Exception-Class/perl-Exception-Class.SlackBuild')
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild index 1d29b6c1f085..224e83a5e3a2 100644 --- a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild +++ b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild @@ -6,7 +6,7 @@ # Written by LEVAI Daniel PRGNAM=perl-Exception-Class -VERSION=${VERSION:-1.38} +VERSION=${VERSION:-1.39} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,7 @@ find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README Changes \ + README.md Changes \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |