diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 22:45:17 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 22:45:17 +0000 |
commit | aeae2dd25997d19c8127c1aeb570213fc3d8969d (patch) | |
tree | 439544aff20d96b4feaca7b616775b49c69ca1a3 /python/plaso/plaso.SlackBuild | |
parent | 37fa2e977fc15b4878daf750adf16891ec84487d (diff) |
python/plaso: Updated for version 20180127.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/plaso/plaso.SlackBuild')
-rw-r--r-- | python/plaso/plaso.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild index f3fbfd8df1e8d..6dfbf5e1496e8 100644 --- a/python/plaso/plaso.SlackBuild +++ b/python/plaso/plaso.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for plaso -# Copyright 2015-2017 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2015-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 Build version 1.5.1 February 2017 - Barry J. Grundy +# Updated Build version 20180127 PRGNAM=plaso -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-20180127} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr 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 |