diff options
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 |