diff options
Diffstat (limited to 'academic/STAR/STAR.SlackBuild')
-rw-r--r-- | academic/STAR/STAR.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/academic/STAR/STAR.SlackBuild b/academic/STAR/STAR.SlackBuild index f5c3d738d58e6..bc4913730e708 100644 --- a/academic/STAR/STAR.SlackBuild +++ b/academic/STAR/STAR.SlackBuild @@ -25,10 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=STAR -VERSION=${VERSION:-2.7.11a} +VERSION=${VERSION:-2.7.11b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} + # This script is set for processors that support "Advanced Vector Extensions", # (AVX), included since 2008 in Intel processors (Sandy Bridge) and since 2011 # in AMD cpus (Bulldozer). AVX is an implementation of "Single Instruction @@ -46,9 +47,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -119,6 +117,7 @@ cp -a \ source/parametersDefault doc/${PRGNAM}manual.pdf CHANGES.md LICENSE README.md RELEASEnotes.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/parametersDefault mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |