mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
noise-repellent: fix install path
This commit is contained in:
parent
c6267fd32a
commit
8a74e9482c
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue