noise-repellent: fix install path

This commit is contained in:
notthewave 2021-11-01 13:59:54 +01:00 committed by John Zimmermann
parent c6267fd32a
commit 8a74e9482c

View file

@ -1,7 +1,7 @@
# Template file for 'noise-repellent'
pkgname=noise-repellent
version=0.1.5
revision=1
revision=2
build_style=meson
hostmakedepends="pkg-config"
makedepends="lv2 fftw-devel"
@ -11,3 +11,8 @@ license="LGPL-3.0-or-later"
homepage="https://github.com/lucianodato/noise-repellent"
distfiles="$homepage/archive/$version.tar.gz"
checksum=5f83a1ac4ddb7f92934041f0b5576ad37932bb81e3eb767f2aea78c9f8cfcaae
post_install() {
vmkdir /usr/lib/lv2
mv ${PKGDESTDIR}/usr/nrepel.lv2 ${PKGDESTDIR}/usr/lib/lv2
}