aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-18 01:45:51 -0500
committerJack Nagel2013-04-18 01:45:51 -0500
commit488a9f6bb355f925e51aad9bb1aad14edf3172c6 (patch)
tree522e964125d6ded166d7c69112051cd264392b89 /Library
parented257950700e3f25712d4ae6bb94cecc41ebf651 (diff)
downloadhomebrew-488a9f6bb355f925e51aad9bb1aad14edf3172c6.tar.bz2
runit: use version attr
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/runit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/runit.rb b/Library/Formula/runit.rb
index 5fb0db9eb..6ec759f6f 100644
--- a/Library/Formula/runit.rb
+++ b/Library/Formula/runit.rb
@@ -7,7 +7,7 @@ class Runit < Formula
def install
# Runit untars to 'admin/runit-VERSION'
- cd "runit-2.1.1" do
+ cd "runit-#{version}" do
# Per the installation doc on OS X, we need to make a couple changes.
system "echo 'cc -Xlinker -x' >src/conf-ld"
inreplace 'src/Makefile', / -static/, ''