timidity: use pkgshare (#11798)
This commit is contained in:
parent
55528a2efb
commit
4ee631a6f1
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ class Timidity < Formula
|
|||
|
||||
if build.with? "freepats"
|
||||
(share/"freepats").install resource("freepats")
|
||||
(share/"timidity").install_symlink share/"freepats/Tone_000",
|
||||
share/"freepats/Drum_000",
|
||||
share/"freepats/freepats.cfg" => "timidity.cfg"
|
||||
pkgshare.install_symlink share/"freepats/Tone_000",
|
||||
share/"freepats/Drum_000",
|
||||
share/"freepats/freepats.cfg" => "timidity.cfg"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue