ivy: interpolate version

master
Jack Nagel 2013-08-12 18:47:42 -05:00
parent 61a0b1168d
commit ba7c149a36
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ class Ivy < Formula
def install
libexec.install Dir['ivy*']
doc.install Dir['doc/*']
bin.write_jar_script libexec/'ivy-2.3.0.jar', 'ivy', '$JAVA_OPTS'
bin.write_jar_script libexec/"ivy-#{version}.jar", "ivy", "$JAVA_OPTS"
end
end