academic/bowtie2-legacy: Patch source.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2022-03-02 11:25:21 +00:00
parent cff2644871
commit 8a65ad3b95

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bowtie2-legacy
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,6 +81,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s,flag > 0,flag != 0," aligner_result.cpp
# Use our FLAGS
sed -i "/RELEASE_FLAGS/s/=/+=/" Makefile