avaida: mv executable to /usr/bin

This commit is contained in:
sukanka 2022-07-09 12:59:58 +08:00
parent 416b0180f4
commit 042f639c7b
5 changed files with 2 additions and 0 deletions

View file

@ -61,5 +61,7 @@ package() {
cp -r documentation/* "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 libs/apto/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_APTO"
install -d ${pkgdir}/usr/bin
mv ${pkgdir}/usr/work/{avida,avida-viewer} ${pkgdir}/usr/bin
mv ${pkgdir}/usr/work ${pkgdir}/usr/lib/${pkgname}
}