Merge branch 'master' of github.com:BioArchLinux/Packages

This commit is contained in:
BioArchLinuxBot 2023-05-09 23:19:05 +08:00
commit 2d5b79ede5

View file

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