Fix decentsampler package
This commit is contained in:
parent
71e016523e
commit
1a1a34b3ba
1 changed files with 3 additions and 4 deletions
|
@ -37,11 +37,10 @@ stdenv.mkDerivation rec {
|
|||
sourceRoot = ".";
|
||||
|
||||
installPhase = ''
|
||||
ls -la
|
||||
mkdir -p $out/lib/vst2 $out/lib/vst3
|
||||
mkdir -p $out/lib/vst $out/lib/vst3
|
||||
install -m755 -D Decent_Sampler-${version}-Linux-x86_64/DecentSampler.so \
|
||||
$out/lib/vst2/
|
||||
install -m755 -D Decent_Sampler-${version}-Linux-x86_64/DecentSampler.vst3/Contents/x86_64-linux/DecentSampler.so \
|
||||
$out/lib/vst/
|
||||
install -m755 -d -D Decent_Sampler-${version}-Linux-x86_64/DecentSampler.vst3 \
|
||||
$out/lib/vst3/
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue