mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
try to find the error of r-affxparser
This commit is contained in:
parent
724eac938d
commit
9e10deb742
3 changed files with 1 additions and 1 deletions
|
@ -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() {
|
Loading…
Add table
Reference in a new issue