diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2011-05-19 14:40:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-19 14:40:52 -0500 |
commit | 997acc85ca484fb478bbb2fa6d855aa344b4250d (patch) | |
tree | 62d414579acb4318e996309e3c886625c70c8c5e /system/lzip/lzip.SlackBuild | |
parent | a421d0b36b5613fdb7c02cc743d0fa81593063db (diff) | |
download | slackbuilds-997acc85ca484fb478bbb2fa6d855aa344b4250d.tar.gz |
system/lzip: Updated for version 1.12.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/lzip/lzip.SlackBuild')
-rw-r--r-- | system/lzip/lzip.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/lzip/lzip.SlackBuild b/system/lzip/lzip.SlackBuild index 5142827caa..9a8900f721 100644 --- a/system/lzip/lzip.SlackBuild +++ b/system/lzip/lzip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lzip -# Copyright 2008 Barry J. Grundy <bgrundy(at)linuxleo.com> +# Copyright 2011 Barry J. Grundy <bgrundy(at)linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lzip -VERSION=1.11 +VERSION=1.12 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -96,7 +96,7 @@ gzip -9 $PKG/usr/info/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS ChangeLog INSTALL NEWS README \ + AUTHORS COPYING ChangeLog INSTALL NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc -type f -exec chmod 644 {} \; |