mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
try to fix the cannot stat error
This commit is contained in:
parent
ae83efa50b
commit
29cd9cfe3b
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ prepare() {
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
./install.sh
|
./install.sh
|
||||||
install -Dm755 "${srcdir}/bin/raxml-ng-mpi" "${pkgdir}/usr/bin/${pkgname}"
|
install -Dm755 bin/raxml-ng-mpi "${pkgdir}/usr/bin/${pkgname}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue