diff options
| author | Charlie Sharpsteen | 2011-10-25 18:57:52 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-25 19:00:55 -0700 |
| commit | 56f16d140058b6a18004e133b2f182383e1bf3ef (patch) | |
| tree | daea4bf22662df3c46d7c2be3aebc0c1a713a42f /Library | |
| parent | c08a8b95f09db991a10193660c3b0f5c820e3df2 (diff) | |
| download | homebrew-56f16d140058b6a18004e133b2f182383e1bf3ef.tar.bz2 | |
denyhosts: Fix script and plugin install paths
Ensure components don't wander into `/scripts` and `/plugins`.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/denyhosts.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/denyhosts.rb b/Library/Formula/denyhosts.rb index 67efc2054..2527de54a 100644 --- a/Library/Formula/denyhosts.rb +++ b/Library/Formula/denyhosts.rb @@ -18,6 +18,8 @@ class Denyhosts < Formula # 'data path' via command line arguments to `setup.py`. inreplace 'setup.py' do |s| s.change_make_var! 'libpath', "''" + s.change_make_var! 'scriptspath', "''" + s.change_make_var! 'pluginspath', "''" end # Make it so that all DenyHosts tools have a default path that points at |
