Merge pull request #38644 from magnetophon/faust
faust: add more faust2appl scripts
This commit is contained in:
commit
48c24a8b6b
|
@ -49,7 +49,7 @@ let
|
||||||
# faust.wrapWithBuildEnv.
|
# faust.wrapWithBuildEnv.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# syntax error when eval'd directly
|
# syntax error when eval'd directly
|
||||||
pattern="faust2!(svg)"
|
pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
|
||||||
(shopt -s extglob; rm "$out"/bin/$pattern)
|
(shopt -s extglob; rm "$out"/bin/$pattern)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ let
|
||||||
# faust.wrapWithBuildEnv.
|
# faust.wrapWithBuildEnv.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# syntax error when eval'd directly
|
# syntax error when eval'd directly
|
||||||
pattern="faust2!(svg)"
|
pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
|
||||||
(shopt -s extglob; rm "$out"/bin/$pattern)
|
(shopt -s extglob; rm "$out"/bin/$pattern)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue