mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
try to fix the cannot stat
This commit is contained in:
parent
d184ff1e29
commit
535db2a123
1 changed files with 2 additions and 1 deletions
|
@ -23,5 +23,6 @@ prepare() {
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
./install.sh
|
./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}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue