From 5285bfcec8d72d302f8915e5bc77c266949c5f85 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 2 Aug 2013 12:58:00 -0500 Subject: nspr: remove non-executables from bin Other package managers seem to remove these files as well. --- Library/Formula/nspr.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3