From 27c75fb80819f6d63c53e65806bf9a69c97410ba Mon Sep 17 00:00:00 2001 From: Bruno Miguel Fernandes Silva Date: Thu, 7 May 2020 23:50:38 +0100 Subject: [PATCH] Revert last commit, seems that application is looking for binaries hardcoded to debian/Ubuntu default locations --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dd45a1837a9..a537422fab4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = autenticacao-gov-pt-bin pkgdesc = Portuguese Citizen Card Application - pre compiled binaries version pkgver = 3.1.0 - pkgrel = 4 + pkgrel = 5 url = http://www.cartaodecidadao.pt/ arch = x86_64 license = GPL2 diff --git a/PKGBUILD b/PKGBUILD index 71716ced3fb..5b7e5adaffd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=autenticacao-gov-pt-bin pkgver=3.1.0 -pkgrel=4 +pkgrel=5 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 "${pkgdir}/usr/local/" + mv "${srcdir}"/usr/local/{share,bin} "${pkgdir}/usr/local/" mv "${srcdir}"/usr/local/* "${pkgdir}/usr/" mv "${srcdir}"/usr/share/* "${pkgdir}/usr/share/"