faust: add more faust2appl scripts

This commit is contained in:
Bart Brouns 2018-04-09 14:32:35 +02:00
parent 90cfaf1ab3
commit 156dfd6eae
2 changed files with 2 additions and 2 deletions

View File

@ -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)
''; '';

View File

@ -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)
''; '';