From b98f28760b06cdffd79068996738140ef13368ea Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 2 Aug 2013 12:58:00 -0500 Subject: [PATCH] nspr: remove non-executables from bin Other package managers seem to remove these files as well. --- Formula/nspr.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/nspr.rb b/Formula/nspr.rb index 16c9c2186b..7a29baa7f2 100644 --- a/Formula/nspr.rb +++ b/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