aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-10-25 18:57:52 -0700
committerCharlie Sharpsteen2011-10-25 19:00:55 -0700
commit56f16d140058b6a18004e133b2f182383e1bf3ef (patch)
treedaea4bf22662df3c46d7c2be3aebc0c1a713a42f /Library
parentc08a8b95f09db991a10193660c3b0f5c820e3df2 (diff)
downloadhomebrew-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.rb2
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