diff options
Diffstat (limited to 'academic/STAR/STAR.SlackBuild')
-rw-r--r-- | academic/STAR/STAR.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/STAR/STAR.SlackBuild b/academic/STAR/STAR.SlackBuild index 560a3b130ec18..f5abdc97ddc62 100644 --- a/academic/STAR/STAR.SlackBuild +++ b/academic/STAR/STAR.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=STAR -VERSION=${VERSION:-2.7.8a} +VERSION=${VERSION:-2.7.9a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,9 +90,9 @@ cd source mkdir -p $PKG/usr/bin install -Dm755 $PRGNAM "$PKG/usr/bin/${PRGNAM}" - make clean - make ${PRGNAM}long CXXFLAGSextra="$CXXFLAGS" - install -Dm755 ${PRGNAM}long "$PKG/usr/bin/${PRGNAM}long" + #make clean + #make ${PRGNAM}long CXXFLAGSextra="$CXXFLAGS" + #install -Dm755 ${PRGNAM}long "$PKG/usr/bin/${PRGNAM}long" cd .. |