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