[arch-commits] Commit in zita-at1/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Sep 3 23:34:08 UTC 2018
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 <dave at sleepmap.de>
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() {
More information about the arch-commits
mailing list