aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nspr.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb
index 16c9c2186..7a29baa7f 100644
--- a/Library/Formula/nspr.rb
+++ b/Library/Formula/nspr.rb
@@ -27,6 +27,9 @@ class Nspr < Formula
system "make"
system "make install"
+
+ (bin/'compile-et.pl').unlink
+ (bin/'prerr.properties').unlink
end
end
end