try to find the error of r-affxparser

This commit is contained in:
Kuoi 2022-02-25 18:50:21 +00:00
parent 724eac938d
commit 9e10deb742
3 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_
sha256sums=('a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" || bash -c "ls /usr/include/fusion && ls fusion/calvin_files/data/src/"
}
package() {