summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenoît Rouits2021-04-15 22:22:49 +0200
committerBenoît Rouits2021-04-15 22:22:49 +0200
commit49d8e6408daaea625ac1f8fe65ad5be0f08b19cb (patch)
treedf45f6c55202df2711a36ecd2fd4b7517bfc8f11 /PKGBUILD
parent66e8648f219e4fef4c3faba05a1887a9bb88bdd1 (diff)
downloadaur-49d8e6408daaea625ac1f8fe65ad5be0f08b19cb.tar.gz
fix install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 362aebc6e919..25e0f917bfbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qloud
pkgver=1.3a
_pkgver=1.3-alpha
-pkgrel=3
+pkgrel=4
pkgdesc="Tool to measure loudspeaker frequency response and distortions."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/molke-productions/qloud"
@@ -20,7 +20,8 @@ build() {
package() {
cd "$srcdir/$pkgname-$_pkgver"
- make install INSTALL_ROOT="${pkgdir}"
+ #make install INSTALL_ROOT="${pkgdir}"
+ install -D bin/qloud "${pkgdir}"/usr/bin/qloud
}
# vim:set ts=2 sw=2 et: