mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/meson-tools to r29.b4eb36c-1
This commit is contained in:
parent
e319f5c36b
commit
f60119280f
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=meson-tools
|
||||
pkgver=r21.5e01cba
|
||||
pkgver=r29.b4eb36c
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
pkgdesc="Amlogic Meson tools"
|
||||
|
@ -27,6 +27,6 @@ build() {
|
|||
package() {
|
||||
cd ${pkgname}
|
||||
install -d "${pkgdir}/usr/bin"
|
||||
install -m755 amlbootsig unamlbootsig amlinfo "${pkgdir}/usr/bin"
|
||||
install -m755 amlbootenc-gxl amlbootsig{,-gxl} amlinfo unamlbootsig "${pkgdir}/usr/bin"
|
||||
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue