diff options
| author | Adam Vandenberg | 2010-02-18 10:05:01 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-03-07 11:27:23 -0800 | 
| commit | ec4906b85a5fdddd085f34e4aea70ed604dad9a7 (patch) | |
| tree | 30cac41f749a6c2c698526fa5f5c70b0a2065eff /Library/Formula/memcache-top.rb | |
| parent | 1104bda9287aa4e2440dfff794b982b391eebe23 (diff) | |
| download | homebrew-ec4906b85a5fdddd085f34e4aea70ed604dad9a7.tar.bz2 | |
Use Pathname support for renames.
Diffstat (limited to 'Library/Formula/memcache-top.rb')
| -rw-r--r-- | Library/Formula/memcache-top.rb | 3 | 
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 | 
