From dfdbf1c710789bc8c9e8c822b84aecbf54172897 Mon Sep 17 00:00:00 2001 From: dgageot Date: Sat, 6 Jul 2013 11:12:37 +0200 Subject: [PATCH] ioke: install ispec and dokgen Closes Homebrew/homebrew#21035. Signed-off-by: Jack Nagel --- Formula/ioke.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/ioke.rb b/Formula/ioke.rb index 8d066212a4..dc01691dcf 100644 --- a/Formula/ioke.rb +++ b/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