Fix again for DecentSampler
This commit is contained in:
parent
1a1a34b3ba
commit
0131c6a98f
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
||||||
mkdir -p $out/lib/vst $out/lib/vst3
|
mkdir -p $out/lib/vst $out/lib/vst3
|
||||||
install -m755 -D Decent_Sampler-${version}-Linux-x86_64/DecentSampler.so \
|
install -m755 -D Decent_Sampler-${version}-Linux-x86_64/DecentSampler.so \
|
||||||
$out/lib/vst/
|
$out/lib/vst/
|
||||||
install -m755 -d -D Decent_Sampler-${version}-Linux-x86_64/DecentSampler.vst3 \
|
cp -r Decent_Sampler-${version}-Linux-x86_64/DecentSampler.vst3 $out/lib/vst3/
|
||||||
$out/lib/vst3/
|
chmod -R 0755 $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue