nspr: remove non-executables from bin
Other package managers seem to remove these files as well.
This commit is contained in:
parent
f3e3f71603
commit
b98f28760b
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ class Nspr < Formula
|
|||
|
||||
system "make"
|
||||
system "make install"
|
||||
|
||||
(bin/'compile-et.pl').unlink
|
||||
(bin/'prerr.properties').unlink
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue