summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bb2ea4bd132..a130f22ed6a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=midimonster
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="universal control and translation tool for multi-channel absolute-value-based control and/or bus protocols"
arch=('x86_64')
url="https://midimonster.net/"
@@ -14,7 +14,6 @@ backup=("etc/${pkgname}/${pkgname}.cfg")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- manpath
make PLUGINS="/usr/lib/${pkgname}" DEFAULT_CFG="/etc/${pkgname}/${pkgname}.cfg"
}