diff options
author | Tracy Williams <t_s_williams[at]yahoo[dot]com> | 2013-07-19 12:54:12 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-07-19 12:54:12 -0500 |
commit | 2ecfdafe738dea07240b31c1f445bc14e4a09a9e (patch) | |
tree | b888e1560e1ae29a8af48bcb42f7c420aaab71b2 /system/wmconfig/wmconfig.SlackBuild | |
parent | 69cd2561ee15842ff1106e004a10794e2069cc46 (diff) | |
download | slackbuilds-2ecfdafe738dea07240b31c1f445bc14e4a09a9e.tar.gz |
system/wmconfig: Updated for version 1.4.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/wmconfig/wmconfig.SlackBuild')
-rw-r--r-- | system/wmconfig/wmconfig.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/wmconfig/wmconfig.SlackBuild b/system/wmconfig/wmconfig.SlackBuild index b5ba3a43b1..a1fc30b27f 100644 --- a/system/wmconfig/wmconfig.SlackBuild +++ b/system/wmconfig/wmconfig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wmconfig # -# Copyright 2011-2012 Tracy Williams <t_s_williams[at]yahoo[dot]com> +# Copyright 2011-2013 Tracy Williams <t_s_williams[at]yahoo[dot]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=wmconfig -VERSION=1.3.6 +VERSION=1.4.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS ChangeLog COPYING INSTALL NEWS README TODO misc \ + AUTHORS ChangeLog COPYING INSTALL README TODO misc \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |