aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcache-top.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-18 10:05:01 -0800
committerAdam Vandenberg2010-03-07 11:27:23 -0800
commitec4906b85a5fdddd085f34e4aea70ed604dad9a7 (patch)
tree30cac41f749a6c2c698526fa5f5c70b0a2065eff /Library/Formula/memcache-top.rb
parent1104bda9287aa4e2440dfff794b982b391eebe23 (diff)
downloadhomebrew-ec4906b85a5fdddd085f34e4aea70ed604dad9a7.tar.bz2
Use Pathname support for renames.
Diffstat (limited to 'Library/Formula/memcache-top.rb')
-rw-r--r--Library/Formula/memcache-top.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/memcache-top.rb b/Library/Formula/memcache-top.rb
index 90bfac45c..7b85ed35a 100644
--- a/Library/Formula/memcache-top.rb
+++ b/Library/Formula/memcache-top.rb
@@ -7,7 +7,6 @@ class MemcacheTop <Formula
version '0.6'
def install
- FileUtils.mv 'memcache-top-v0.6', 'memcache-top'
- bin.install 'memcache-top'
+ bin.install 'memcache-top-v0.6' => 'memcache-top'
end
end