diff options
| author | Adam Vandenberg | 2012-02-13 21:45:51 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-13 21:53:07 -0800 |
| commit | 252f4a0a9ee9433e5d40e77af021a58ed4659d93 (patch) | |
| tree | 7e1ae5fee7f75029f8d33e5066eae900516bc0a8 | |
| parent | e35b808f89fef4e31aeb2801406c60dc010af4bf (diff) | |
| download | homebrew-252f4a0a9ee9433e5d40e77af021a58ed4659d93.tar.bz2 | |
jcal: style update
| -rw-r--r-- | Library/Formula/jcal.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jcal.rb b/Library/Formula/jcal.rb index fd561347a..e5e53a939 100644 --- a/Library/Formula/jcal.rb +++ b/Library/Formula/jcal.rb @@ -1,9 +1,9 @@ require 'formula' class Jcal < Formula + homepage 'http://savannah.nongnu.org/projects/jcal/' url 'http://download.savannah.gnu.org/releases/jcal/jcal-0.4.1.tar.gz' md5 'd4f94ee612494cd0ab0cf1f537aaa33b' - homepage 'http://savannah.nongnu.org/projects/jcal/' def install system "/bin/sh autogen.sh" @@ -15,7 +15,7 @@ class Jcal < Formula end def test - system "#{HOMEBREW_PREFIX}/bin/jcal -y" - system "#{HOMEBREW_PREFIX}/bin/jdate" + system "#{bin}/jcal -y" + system "#{bin}/jdate" end end |
