diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 23:26:41 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 23:26:41 +0000 |
commit | 5b534fc0b4a486e8b25a66a74de230b6941a623b (patch) | |
tree | 3943a685c44b8346ce7fc022b80501cc1efee556 /python/dfvfs/dfvfs.SlackBuild | |
parent | bab4a806ccd6c868d315f3925041d097eae8c08f (diff) |
python/dfvfs: Updated for version 20171230.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/dfvfs/dfvfs.SlackBuild')
-rw-r--r-- | python/dfvfs/dfvfs.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/dfvfs/dfvfs.SlackBuild b/python/dfvfs/dfvfs.SlackBuild index 0279c7d98705..73b080284f6b 100644 --- a/python/dfvfs/dfvfs.SlackBuild +++ b/python/dfvfs/dfvfs.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dfvfs -# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2014-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. # -# updated for v20160918 January 2017 Barry J. Grundy +# updated for v20171230, March 2018 PRGNAM=dfvfs -VERSION=${VERSION:-20160918} +VERSION=${VERSION:-20171230} 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 |