sofacoustics: prefix the .sofa file with the database from which it comes
This commit is contained in:
@@ -31,7 +31,7 @@ lib.makeScope newScope (self: with self; {
|
|||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/sofa
|
mkdir -p $out/share/sofa
|
||||||
cp $src $out/share/sofa/${name}.sofa
|
cp $src $out/share/sofa/${database}-${name}.sofa
|
||||||
'';
|
'';
|
||||||
doBuild = false;
|
doBuild = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user