aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-08-02 12:58:00 -0500
committerJack Nagel2013-08-02 12:58:01 -0500
commit5285bfcec8d72d302f8915e5bc77c266949c5f85 (patch)
tree07734a7ef574a8d4aef18574d9cf005fcf7503eb /Library/Formula
parentcd4d3889853ef6edb94e9b2ac99882d43168699a (diff)
downloadhomebrew-5285bfcec8d72d302f8915e5bc77c266949c5f85.tar.bz2
nspr: remove non-executables from bin
Other package managers seem to remove these files as well.
Diffstat (limited to 'Library/Formula')
-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