i2p: remove old code.
This commit is contained in:
parent
6886ab2013
commit
607a0fe132
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class I2p < Formula
|
|||
|
||||
system "java", "-jar", "i2pinstall_#{version}.jar", "-options", "path.conf"
|
||||
|
||||
wrapper_name = "i2psvc-macosx-universal-#{MacOS.prefer_64_bit? ? 64 : 32}"
|
||||
wrapper_name = "i2psvc-macosx-universal-64"
|
||||
libexec.install_symlink libexec/wrapper_name => "i2psvc"
|
||||
bin.write_exec_script Dir["#{libexec}/{eepget,i2prouter}"]
|
||||
man1.install Dir["#{libexec}/man/*"]
|
||||
|
|
Loading…
Reference in a new issue