aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hping.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/hping.rb')
-rw-r--r--Library/Formula/hping.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hping.rb b/Library/Formula/hping.rb
index e8314df6c..451fccd28 100644
--- a/Library/Formula/hping.rb
+++ b/Library/Formula/hping.rb
@@ -28,7 +28,7 @@ class Hping <Formula
# Target folders need to exist before installing
sbin.mkpath
- (man+"man8").mkpath
+ man8.mkpath
system "make install"
end
end