Change bin to meet Arch default location

This commit is contained in:
Bruno Miguel Fernandes Silva 2020-05-07 23:40:26 +01:00
parent 4816b78cbf
commit a24e50b7d7
No known key found for this signature in database
GPG key ID: 830E4E587749CD1B
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = autenticacao-gov-pt-bin
pkgdesc = Portuguese Citizen Card Application - pre compiled binaries version
pkgver = 3.1.0
pkgrel = 3
pkgrel = 4
url = http://www.cartaodecidadao.pt/
arch = x86_64
license = GPL2

View file

@ -3,7 +3,7 @@
pkgname=autenticacao-gov-pt-bin
pkgver=3.1.0
pkgrel=3
pkgrel=4
pkgdesc="Portuguese Citizen Card Application - pre compiled binaries version"
arch=('x86_64')
url="http://www.cartaodecidadao.pt/"
@ -41,7 +41,7 @@ package() {
mkdir -p "${pkgdir}/usr/lib"
# Move files into place
mv "${srcdir}"/usr/local/{share,bin} "${pkgdir}/usr/local/"
mv "${srcdir}"/usr/local/share "${pkgdir}/usr/local/"
mv "${srcdir}"/usr/local/* "${pkgdir}/usr/"
mv "${srcdir}"/usr/share/* "${pkgdir}/usr/share/"