mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
avaida: mv executable to /usr/bin
This commit is contained in:
parent
416b0180f4
commit
042f639c7b
5 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
}
|
Loading…
Add table
Reference in a new issue