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() {
|
||||
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}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue