mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
allelecount: modify build parameters
This commit is contained in:
parent
6822e3d65a
commit
6d024c07f9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ prepare(){
|
||||||
build() {
|
build() {
|
||||||
cd ${_pkgname}-${pkgver}/c
|
cd ${_pkgname}-${pkgver}/c
|
||||||
export HTSLIB=/usr/lib
|
export HTSLIB=/usr/lib
|
||||||
make prefix=/usr
|
make -j1 prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue