i2p: remove old code.

This commit is contained in:
Mike McQuaid 2019-01-06 14:57:48 +00:00
parent 6886ab2013
commit 607a0fe132

View file

@ -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/*"]