diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 21:57:14 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 21:57:14 +0000 |
commit | c8fd607e21287bbba0d8b773c5506c6319bbd881 (patch) | |
tree | 7dd3e480e28c2ef565e349a37c00a98f4cfd7d33 /python/dfwinreg/dfwinreg.SlackBuild | |
parent | cb63b9a754ec34784b707b63e02e4eb4b6e7d45b (diff) | |
download | slackbuilds-c8fd607e21287bbba0d8b773c5506c6319bbd881.tar.gz |
python/dfwinreg: Updated for version 20170706.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/dfwinreg/dfwinreg.SlackBuild')
-rw-r--r-- | python/dfwinreg/dfwinreg.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/dfwinreg/dfwinreg.SlackBuild b/python/dfwinreg/dfwinreg.SlackBuild index 16fdc32e37..10f7c48042 100644 --- a/python/dfwinreg/dfwinreg.SlackBuild +++ b/python/dfwinreg/dfwinreg.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dfwinreg -# Copyright 2017 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2017-2018 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,10 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# New Submission for version 20160428, January 2017, Barry J. Grundy +# Updated to version 20170706, March 2018 PRGNAM=dfwinreg -VERSION=${VERSION:-20160428} +VERSION=${VERSION:-20170706} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ACKNOWLEDGEMENTS AUTHORS LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION +# Remove duplicated docs in /usr/share/doc +rm -rf $PKG/usr/share cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |