try to fix the cannot stat error

This commit is contained in:
月季花中的星辰 2021-10-31 19:53:34 +00:00 committed by GitHub
parent ae83efa50b
commit 29cd9cfe3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,5 +23,5 @@ prepare() {
package() {
cd "${srcdir}"
./install.sh
install -Dm755 "${srcdir}/bin/raxml-ng-mpi" "${pkgdir}/usr/bin/${pkgname}"
install -Dm755 bin/raxml-ng-mpi "${pkgdir}/usr/bin/${pkgname}"
}