diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/daemontools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/daemontools.rb b/Library/Formula/daemontools.rb index 32eae5f8a..7983c5f2f 100644 --- a/Library/Formula/daemontools.rb +++ b/Library/Formula/daemontools.rb @@ -6,7 +6,7 @@ class Daemontools < Formula sha1 '70a1be67e7dbe0192a887905846acc99ad5ce5b7' def install - cd "daemontools-0.76" do + cd "daemontools-#{version}" do system "package/compile" bin.install Dir["command/*"] end |
