mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix biobambam PKGBUILD
This commit is contained in:
parent
fc0e39a9a4
commit
cdb2db3f79
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ sha256sums=('8712ceac509c389111b01dc3429f673dc0f8b77cb2bc48a1ebcf17f6888b2945')
|
|||
build() {
|
||||
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
|
||||
autoreconf -i -f
|
||||
./configure --prefix="${pkgdir}"/usr
|
||||
./configure --prefix="${pkgdir}"/usr --with-libmaus2=${LIBMAUSPREFIX}
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Add table
Reference in a new issue