aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clozure-cl.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/Formula/clozure-cl.rb b/Library/Formula/clozure-cl.rb
index 10cb04498..aa9231847 100644
--- a/Library/Formula/clozure-cl.rb
+++ b/Library/Formula/clozure-cl.rb
@@ -10,12 +10,7 @@ class ClozureCl < Formula
def install
# Get rid of all the .svn directories
- buildpath.find do |path|
- if path.directory? and path.basename.to_s == '.svn'
- rm_rf path
- Find.prune
- end
- end
+ rm_rf Dir["**/.svn"]
libexec.install Dir["*"]
scripts = Dir["#{libexec}/scripts/ccl{,64}"]