aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/star.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/star.rb b/Library/Formula/star.rb
index 6a1c8721f..f513f6d19 100644
--- a/Library/Formula/star.rb
+++ b/Library/Formula/star.rb
@@ -15,6 +15,12 @@ class Star < Formula
(bin+'gnutar').unlink
(bin+'tar').unlink
(man1+'gnutar.1').unlink
- (man1+'tar.1').unlink
+
+ # Remove generic smake files that clash with smake's versions
+ (include/'schily').rmtree
+ %w[libschily.a libdeflt.a libfind.a].each do |file|
+ (lib/file).unlink
+ end
+ (lib/'profiled').rmtree
end
end