summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deb054b8fb68..ba8754f5409f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=linuxsampler
pkgname=linuxsampler-vst
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Professional-grade audio sampler alternative to Gigasampler (including VST plugin)"
arch=('x86_64')
url="https://www.linuxsampler.org/"
@@ -24,7 +24,7 @@ prepare() {
cd "${_pkgname}-${pkgver}"
autoreconf -vfi
# creating a ld.so.conf entry for linuxsampler.so
- echo "/usr/lib/${pkgname}" > "${pkgname}.conf"
+ echo "/usr/lib/${_pkgname}" > "${pkgname}.conf"
}
build() {