aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/httrack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/httrack.rb')
-rw-r--r--Library/Formula/httrack.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/httrack.rb b/Library/Formula/httrack.rb
index d6a2639f3..504d717b3 100644
--- a/Library/Formula/httrack.rb
+++ b/Library/Formula/httrack.rb
@@ -13,7 +13,7 @@ class Httrack <Formula
"--enable-shared=no"
system "make install"
# Don't need Gnome integration
- rm_rf (share+'applications')
- rm_rf (share+'pixmaps')
+ rm_rf share+'applications'
+ rm_rf share+'pixmaps'
end
end