|
|
@ -24,10 +24,10 @@ cask 'lilypond-dev' do |
|
|
|
preflight do |
|
|
|
binaries.each do |shimscript| |
|
|
|
# shim script (https://github.com/caskroom/homebrew-cask/issues/18809) |
|
|
|
IO.write "#{staged_path}/#{shimscript}.wrapper.sh", <<-EOS.undent |
|
|
|
#!/bin/sh |
|
|
|
exec '#{appdir}/LilyPond.app/Contents/Resources/bin/#{shimscript}' "$@" |
|
|
|
EOS |
|
|
|
IO.write "#{staged_path}/#{shimscript}.wrapper.sh", <<~EOS |
|
|
|
#!/bin/sh |
|
|
|
exec '#{appdir}/LilyPond.app/Contents/Resources/bin/#{shimscript}' "$@" |
|
|
|
EOS |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|