From 83c5550ec4e5d692ec8a0b53f93f8f5ce07bb893 Mon Sep 17 00:00:00 2001 From: tumillanino Date: Wed, 8 Apr 2026 08:47:12 +1000 Subject: [PATCH] typo on file path --- files/scripts/installdecentsampler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/installdecentsampler.sh b/files/scripts/installdecentsampler.sh index 284fd5a..266bb68 100644 --- a/files/scripts/installdecentsampler.sh +++ b/files/scripts/installdecentsampler.sh @@ -8,7 +8,7 @@ cd /tmp mkdir -p /usr/lib64/vst/decentsampler cd Decent_Sampler-1.18.1-Linux-Static-x86_64 -mv DecentSampler.so /usr/lib64/decentsampler/ +mv DecentSampler.so /usr/lib64/vst/decentsampler/ rm -rf /tmp/decent-sampler.tar.gz /tmp/Decent* || true