diff options
Diffstat (limited to 'Library/Formula/autopsy.rb')
| -rw-r--r-- | Library/Formula/autopsy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/autopsy.rb b/Library/Formula/autopsy.rb index 4b0f4a05a..20c49f7d9 100644 --- a/Library/Formula/autopsy.rb +++ b/Library/Formula/autopsy.rb @@ -52,7 +52,7 @@ class Autopsy < Formula def install (var+"lib/autopsy").mkpath mv 'lib', 'libexec' - prefix.install %w{ COPYING global.css help libexec pict } + prefix.install %w{ global.css help libexec pict } prefix.install Dir['*.txt'] (prefix+"conf.pl").write autcfg inreplace 'base/autopsy.base', '/tmp/autopsy', prefix |
