mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/bowtie2-legacy: Patch source.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
cff2644871
commit
8a65ad3b95
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue