try to fix the cannot stat

This commit is contained in:
月季花中的星辰 2021-11-03 21:25:05 +00:00 committed by GitHub
parent d184ff1e29
commit 535db2a123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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