Date: Monday, September 3, 2018 @ 23:34:08 Author: dvzrv Revision: 376499
upgpkg: zita-at1 0.6.2-2 Adding PREFIX to default make target, as otherwise pictures are not found. Modified: zita-at1/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-03 23:13:26 UTC (rev 376498) +++ PKGBUILD 2018-09-03 23:34:08 UTC (rev 376499) @@ -2,7 +2,7 @@ # Maintainer: David Runge <[email protected]> pkgname=zita-at1 pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="An 'autotuner' Jack application." arch=('x86_64') url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html" @@ -28,7 +28,7 @@ build() { cd "${pkgname}-${pkgver}/source" - make + make PREFIX=/usr } package() {
