diff options
Diffstat (limited to 'academic/bowtie2/bowtie2.SlackBuild')
-rw-r--r-- | academic/bowtie2/bowtie2.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/academic/bowtie2/bowtie2.SlackBuild b/academic/bowtie2/bowtie2.SlackBuild index 370b409bc0dc..fa8d2dfa0468 100644 --- a/academic/bowtie2/bowtie2.SlackBuild +++ b/academic/bowtie2/bowtie2.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bowtie2 -VERSION=${VERSION:-2.4.1} +VERSION=${VERSION:-2.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,8 +72,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; #Use our FLAGS -#sed -i "/RELEASE_FLAGS/s/=/+=/" Makefile - RELEASE_FLAGS+="$SLKCFLAGS" \ make @@ -102,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS LICENSE MANUAL NEWS TUTORIAL VERSION doc \ + AUTHORS LICENSE MANUAL NEWS TUTORIAL BOWTIE2_VERSION doc \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |