allelecount: modify build parameters

This commit is contained in:
bipin kumar 2023-05-09 18:16:27 +05:30
parent 6822e3d65a
commit 6d024c07f9
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -29,7 +29,7 @@ prepare(){
build() {
cd ${_pkgname}-${pkgver}/c
export HTSLIB=/usr/lib
make prefix=/usr
make -j1 prefix=/usr
}
package() {