try to fix

This commit is contained in:
月季花中的星辰 2021-11-03 22:46:01 +00:00 committed by GitHub
parent d9ff648108
commit d4a533b7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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