diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2022-10-08 15:00:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:26 +0700 |
commit | 102a4ff0e01e64e4be6183aec97515455712595a (patch) | |
tree | 5812feb0c22488e92d0d3ff3296b6a88acae7e72 /academic/bowtie/bowtie.SlackBuild | |
parent | 1075dede6850fc09477512827287fab6762b44b2 (diff) |
academic/bowtie: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bowtie/bowtie.SlackBuild')
-rw-r--r-- | academic/bowtie/bowtie.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/bowtie/bowtie.SlackBuild b/academic/bowtie/bowtie.SlackBuild index 5caa95a520b69..ad3c81770e3b6 100644 --- a/academic/bowtie/bowtie.SlackBuild +++ b/academic/bowtie/bowtie.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bowtie -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,8 +64,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION-src -unzip $CWD/${PRGNAM}-${VERSION}-src.zip -cd $PRGNAM-$VERSION-src +tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |