try to fix

This commit is contained in:
月季花中的星辰 2021-11-03 21:33:57 +00:00 committed by GitHub
parent 535db2a123
commit 634f855c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ build() {
}
package() {
cd iqtree2-${pkgver}
install -D -m 755 build/iqtree2 ${pkgdir}/usr/bin/iqtree2
chmod +x "$srcdir"/iqtree2-${pkgver}/build/iqtree2
mkdir -p ${pkgdir}/usr/bin
mv "$srcdir"/iqtree2-${pkgver}/build/iqtree2 ${pkgdir}/usr/bin/iqtree
}