From ca2e320e13e7354393511bee40865d93f84c481a Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Mon, 21 Mar 2016 23:45:04 +0700 Subject: python/pytsk: Updated for version 20160318. Signed-off-by: Willy Sudiarto Raharjo --- python/pytsk/pytsk.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/pytsk/pytsk.SlackBuild') diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index e25c084195ded..0f616e4992dbf 100644 --- a/python/pytsk/pytsk.SlackBuild +++ b/python/pytsk/pytsk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for pytsk -# Copyright 2014-2015 Barry Grundy +# Copyright 2014-2016 Barry Grundy # 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 v20150111 January 2015, Barry J. Grundy. +# Updated v20160318 March 2016, Barry J. Grundy. PRGNAM=pytsk -VERSION=${VERSION:-20150406} +VERSION=${VERSION:-20160318} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,8 +61,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz -cd $PRGNAM +tar xvf $CWD/"$PRGNAM"3-$VERSION.tar.gz +cd "$PRGNAM"3-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3