Skip to content

Commit

Permalink
apgdiff: interpolate version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Aug 12, 2013
1 parent 706a0db commit ff6f4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/apgdiff.rb
Expand Up @@ -6,7 +6,7 @@ class Apgdiff < Formula
sha1 '1150d44e9da2c1417767d4106bdb297ed0adfed8'

def install
libexec.install "apgdiff-2.4.jar"
bin.write_jar_script libexec/"apgdiff-2.4.jar", "apgdiff"
libexec.install "apgdiff-#{version}.jar"
bin.write_jar_script libexec/"apgdiff-#{version}.jar", "apgdiff"
end
end

0 comments on commit ff6f4fa

Please sign in to comment.