diff options
| author | dgageot | 2013-07-06 11:12:37 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-07-06 13:53:33 -0500 |
| commit | 0c1bf5fc5158d39e7e83ca2a779c4b4e9a2897fc (patch) | |
| tree | a2643cfd45241996640a2485d076c99db039bae1 /Library/Formula/ioke.rb | |
| parent | 9a10d4403cb66ebd49523d90be7d934c1e4ab1fd (diff) | |
| download | homebrew-0c1bf5fc5158d39e7e83ca2a779c4b4e9a2897fc.tar.bz2 | |
ioke: install ispec and dokgen
Closes #21035.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ioke.rb')
| -rw-r--r-- | Library/Formula/ioke.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ioke.rb b/Library/Formula/ioke.rb index 8d066212a..dc01691dc 100644 --- a/Library/Formula/ioke.rb +++ b/Library/Formula/ioke.rb @@ -19,6 +19,8 @@ class Ioke < Formula s.change_make_var! 'IOKE_HOME', libexec end - bin.install_symlink libexec/'bin/ioke' + bin.install_symlink libexec/'bin/ioke', + libexec/'bin/ispec', + libexec/'bin/dokgen' end end |
